Skip to content
Snippets Groups Projects
Commit fde8e856 authored by Bob Mottram's avatar Bob Mottram
Browse files

root user

parent 4785c8df
No related branches found
No related tags found
No related merge requests found
......@@ -457,7 +457,7 @@ function install_zap {
chown -R www-data:www-data "$ZAP_PATH/doc"
if ! grep -q 'Zotlabs' /etc/crontab; then
echo "*/10 * * * * cd $ZAP_PATH; /usr/bin/php Zotlabs/Daemon/Master.php Cron > /dev/null 2>&1" >> /etc/crontab
echo "*/10 * * * * root cd $ZAP_PATH; /usr/bin/php Zotlabs/Daemon/Master.php Cron > /dev/null 2>&1" >> /etc/crontab
fi
"${PROJECT_NAME}-addemail" -u "$MY_USERNAME" -e "noreply@$ZAP_DOMAIN_NAME" -g zap --public no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment