Bootstrap Framework 3.3.6

Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more...

Publish your tools and modifications here.
User avatar
By Schizopriest
Posts Avatar
#943
ACHTUNG Nach dem Update auf 3.1 sollte das alte Script nichtmehr benutzt werden !

Hier das neue Script das ihr benutzten könnt:
Code: Select all
#/bin/sh

EMAIL="yourAccount@ts3musicbot.net"
PORT="8080"
MASTERPW="egazaguj"
USERPW="aezakmi"
SCREENNAME="musikbot"
USER="ts"

if [ $1 ]
 then
  if [ $1 = "start" ]
   then su $USER -c "screen -d -m -S $SCREENNAME ./TS3MusicBot_runscript.sh -debug-exec -account $EMAIL -port $PORT -we$
  elif [ $1 = "stop" ]
   then su $USER -c "screen -p 0 -S $SCREENNAME -X quit"
  elif [ $1 = "restart" ]
   then
    sh musikbot.sh stop
    sleep 10
    sh musikbot.sh start
  fi
 elif [ -z $1 ]
  then echo "Benutze ./musikbot.sh {start|stop|restart}"
fi
#958
Da gibts einen kleinen Fehler wenn ich das Script kopier und dann starte kommt folgende Meldung:
: command not found:
: command not found:
musikbot.sh: line 23: unexpected EOF while looking for matching `"'
musikbot.sh: line 25: syntax error: unexpected end of file
habe die Zeile 13 vervollständigt und dann kommt folgende Meldung:
: command not found:
: command not found:
musikbot.sh: line 22: syntax error near unexpected token `elif'
'usikbot.sh: line 22: ` elif [ -z $1 ]
#979
ist beides installiert ich habe Ubuntu 10.04 drauf das alte script hatte funktioniert bis zum patch und dann habe ich dein update genommen und es ging nicht mehr :D
Edit:
Habe den fehler gefunden .. dein Tip mit Screen war´s der user xxx kann den screen nicht erstellen deshalb der fehler. Muss nur noch rausfinden warumm.
youtube

Schauen wir uns an.

Der Vollständigkeit halber antworte ich hierz[…]

If nothing from above solves your issue, I can con[…]

Web UI not responding to browser

I tried public IP, LAN IP, and letting it bind to […]

Swap-in out addons, use only what you really need!