Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
XternA committed Apr 17, 2024
1 parent 6b95200 commit 4761a5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ if [ -d ./apphub-linux* ]; then
cd ./apphub-linux* || exit 1

sudo ./apphub service start
sudo ./apphub log
sleep 15
sudo ./apphub status
sudo ./apphub log
sudo ./apps/gaganode/gaganode log
echo
echo "Token: $TOKEN"
Expand Down Expand Up @@ -62,8 +63,9 @@ else
sudo ./apphub status
sudo ./apps/gaganode/gaganode config set --token="$TOKEN"
sudo ./apphub restart
sudo ./apphub log
sleep 15
sudo ./apphub status
sudo ./apphub log
sudo ./apps/gaganode/gaganode log
echo
echo "Token: $TOKEN"
Expand Down

0 comments on commit 4761a5e

Please sign in to comment.