forked from extern/egroupware
"setting execute permission for cli (command line) scripts"
This commit is contained in:
parent
fbf5586ce3
commit
bc38a6bfbe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user