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.
#28
Ich geb mal mein Start / Stop script für den Bot her damit ihr nicht immer alles eingeben müsst
Einfach den Inhalt in eine .sh datei im ordner des Musikbots legen:

Link zum Scriptupdate: http://ts3musicbot.net/forum/viewtopic. ... p=943#p943

//e [23.3.13]
Script Update

//e[5.6.13]
Script Update
Last edited by Schizopriest on Wed Jun 05, 2013 4:50 pm, edited 2 times in total.
#200
Ich hab die Datei direkt bei mir auf dem Root geschrieben notfalls gib einfach mal bei dir ein:
Code: Select all
nano musikbot.sh
Drücke dann Strg + O und drück enter
Verlasse den editor wieder mit Strg + C und probiers nochmal mit
chmod +x musikbot.sh
./musikbot.sh {start|stop|restart}
#201
Oder Probiere es mal mit diesem Code:
Code: Select all
#!/bin/sh
if [ $1 ]
 then
  if [ $1 = "start" ]
   then screen -d -m -S musikbot ./TS3MusicBot_runscript.sh -account EMAIL -port 8080 -webif-pw MASTERPASSWORD -webif-pw-user USERPASSWORD
  elif [ $1 = "stop" ]
   then screen -p 0 -S musikbot -X quit
  elif [ $1 = "restart" ]
   then
    ./musikbot.sh stop
    sleep 10
    ./musikbot.sh start
  fi
 elif [ -z $1 ] then echo "Benutze ./musikbot.sh {start|stop|restart}"
fi
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!