Repository URL to install this package:
#!/bin/bash CHKRES=`cd /etc;metastore-perm -c` if test "$CHKRES" != "" then echo -e "The permission structure of the /etc is changed\n" echo -e "Run: eg-save" exit 1 fi exit 0