Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan wahab committed Oct 24, 2024
1 parent a5278ea commit ba012b7
Show file tree
Hide file tree
Showing 8 changed files with 1,303 additions and 189 deletions.
7 changes: 4 additions & 3 deletions scripts/homelab_status_page.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ elif [ "$COMMAND" = "show" ]; then
#$ROOT/build.sh --show "$@"
echo "Running run.sh..."

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

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

# Add your restart-blog command logic here
else

#echo 'default PARAM - no toher requests currently - restarting blag for fun !?!?!'
# echo 'homelab_status_page > Invalid command'
# echo ''
Expand All @@ -68,6 +69,6 @@ else
# echo ' * restart-blog (default)'
# echo ''
# echo 'Run "jetson-containers <CMD> --help" for more info.'
bash ~/homelab_status_page/scripts/restart-blog.sh

exit 1
fi
Loading

0 comments on commit ba012b7

Please sign in to comment.