mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added second run_as_app_user
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a766572a2f
commit
31e4d3b725
|
@ -237,7 +237,7 @@ install_snipeit () {
|
|||
log "php $APP_PATH/artisan migrate --force"
|
||||
|
||||
echo "* Creating scheduler cron."
|
||||
(run_as_app_user crontab -l ; echo "* * * * * /usr/bin/php $APP_PATH/artisan schedule:run >> /dev/null 2>&1") | crontab -
|
||||
(run_as_app_user crontab -l ; echo "* * * * * /usr/bin/php $APP_PATH/artisan schedule:run >> /dev/null 2>&1") | run_as_app_user crontab -
|
||||
}
|
||||
|
||||
set_firewall () {
|
||||
|
|
Loading…
Reference in a new issue