Browse Source

Update

main
Bastian (BaM) 3 months ago
parent
commit
c3c12ac678
  1. 2
      auto-boot-ollama-pc.sh

2
auto-boot-ollama-pc.sh

@ -14,6 +14,8 @@ WOL_CMD="wakeonlan" # or "etherwake -i eth0 $WOL_M
NC_CMD="nc" # netcat
DOCKER="docker"
sleep 1
# Ensure only one instance of this script is running
if [ "$(pgrep -f $SCRIPTNAME)" != $$ ]; then
echo "Killing running instance of $SCRIPTNAME..."

Loading…
Cancel
Save