"setting execute permission for cli (command line) scripts"

This commit is contained in:
Ralf Becker 2008-11-17 17:16:29 +00:00
parent fbf5586ce3
commit bc38a6bfbe

View File

@ -95,6 +95,7 @@ echo "done" >> $LOGFILE 2>&1
echo -n "Change directory rights back ... " >> $LOGFILE 2>&1
chmod -R u=rwX,g=rX,o=rX . >> $LOGFILE 2>&1
chmod +x egroupware/*/*cli.php egroupware/phpgwapi/cron/*.php >> $LOGFILE 2>&1
echo "done" >> $LOGFILE 2>&1
echo -n "Starting anti virus scan ... " >> $LOGFILE 2>&1