From 37ce42973d9a639868926fde2bff7755aa4596fb Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 2 Jan 2019 14:50:50 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 2e336a8..531fab9 100644 --- a/scripts/install +++ b/scripts/install @@ -197,6 +197,7 @@ chown -R www-data:www-data * crontab -l > pterodactyl echo "* * * * * php /var/www/pterodactyl/artisan schedule:run" >> pterodactyl crontab pterodactyl +#crontab -l | { cat; echo "* * * * * php /var/www/pterodactyl/artisan schedule:run"; } | crontab - #================================================= # NGINX CONFIGURATION