Skip to content

Commit ba012b7

Browse files
author
adnan wahab
committed
cool
1 parent a5278ea commit ba012b7

File tree

8 files changed

+1303
-189
lines changed

8 files changed

+1303
-189
lines changed

scripts/homelab_status_page.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ elif [ "$COMMAND" = "show" ]; then
2626
#$ROOT/build.sh --show "$@"
2727
echo "Running run.sh..."
2828

29-
elif [ "$COMMAND" = "autotag" ]; then
29+
elif [ "$COMMAND" = "install" ]; then
3030
#$ROOT/autotag "$@"
31-
echo "Running run.sh..."
31+
bash ~/homelab_status_page/scripts/install.sh
3232

3333
elif [ "$COMMAND" = "update" ]; then
3434
# cd $ROOT
@@ -52,6 +52,7 @@ elif [ "$COMMAND" = "restart-blog" ]; then
5252

5353
# Add your restart-blog command logic here
5454
else
55+
5556
#echo 'default PARAM - no toher requests currently - restarting blag for fun !?!?!'
5657
# echo 'homelab_status_page > Invalid command'
5758
# echo ''
@@ -68,6 +69,6 @@ else
6869
# echo ' * restart-blog (default)'
6970
# echo ''
7071
# echo 'Run "jetson-containers <CMD> --help" for more info.'
71-
bash ~/homelab_status_page/scripts/restart-blog.sh
72+
7273
exit 1
7374
fi

0 commit comments

Comments
 (0)