From c71ec174d4d86575023c0600b653b9586a3bc4b2 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Tue, 24 Sep 2024 16:06:38 +0300 Subject: [PATCH] Update update.sh --- web/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/update.sh b/web/update.sh index 1a40ea0..cd251e7 100644 --- a/web/update.sh +++ b/web/update.sh @@ -24,5 +24,5 @@ systemctl restart phyre #systemctl status phyre printf "Updating the database...\n" -$PHYRE_PHP artisan migrate +$PHYRE_PHP /usr/local/phyre/web/artisan migrate #$PHYRE_PHP artisan l5-swagger:generate