You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/updatePanel.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,9 @@ fi
199
199
php artisan queue:restart
200
200
201
201
echo"Panel Updated!"
202
-
echo"To make sure permissions are correct, please run the following commands manually if they might have silently failed earlier:"
202
+
echo"If you previously had any themes installed you need to build the panel assets again by manually running \"yarn install\" and \"yarn build\" inside \"$install_dir\"."
203
+
echo""
204
+
echo"To make sure permissions are correct, please run the following commands manually:"
0 commit comments