From c610fdab6b160bed1a3e2dbf1fdb2a241f74b62e Mon Sep 17 00:00:00 2001 From: idanoo Date: Thu, 18 Feb 2021 17:21:29 +1300 Subject: [PATCH] Update 'update.sh' --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index 006edbe..e26e329 100755 --- a/update.sh +++ b/update.sh @@ -13,6 +13,6 @@ su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && composer install --no-ansi --no- su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan config:cache" su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan route:cache" su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan migrate --force" -su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan horizon:purge" -su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan storage:link" - +sudo supervisorctl restart horizon +#su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan horizon:purge" +#su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan storage:link"