From 12a5818b5ed2abc0827512a039d0fa9058f96459 Mon Sep 17 00:00:00 2001 From: Robinson Uchechukwu Date: Thu, 15 Aug 2024 04:14:41 +0100 Subject: [PATCH] Update startappdev.sh --- server-script/startappdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-script/startappdev.sh b/server-script/startappdev.sh index 6ac1a8a8..6cc24347 100755 --- a/server-script/startappdev.sh +++ b/server-script/startappdev.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /var/www/aihomework/boilerplates/dev/ +cd /var/www/aihomework/boilerplate/dev/ mkdir -p logs /usr/bin/yarn start >> logs/devoutput.log 2>&1