fixed droopy startup

removed shoutbox
This commit is contained in:
Matthias Strubel 2012-04-18 21:09:09 +02:00
parent a098260223
commit 06a9c37eb0
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ $BRIDGE $INTERFACE "
rm $UPLOADFOLDER/tmp*
log_daemon_msg "Starting droopy..."
start-stop-daemon -m --start --background --pidfile $PIDFILE_DROOPY --exec $PIRATEBOX/bin/droopy -- -H $HOST -d $UPLOADFOLDER -m "$DROOPY_TXT" $DROOPY_PORT
start-stop-daemon -m --start --background --pidfile $PIDFILE_DROOPY --exec $PIRATEBOX/bin/droopy -- -H $HOST -d $UPLOADFOLDER -c "" -m "$DROOPY_TXT" $DROOPY_PORT
log_end_msg $?
#Writing init-message and reset chat..

View file

@ -109,7 +109,7 @@ case "$1" in
#Delete 0 Byte Files
delete_empty.sh $UPLOADFOLDER
start-stop-daemon -m -S -b -p $PIDFILE_DROOPY -x $PIRATEBOX/bin/droopy -- -H $HOST -d $UPLOADFOLDER -m "$DROOPY_TXT" - $DROOPY_PORT
start-stop-daemon -m -S -b -p $PIDFILE_DROOPY -x $PIRATEBOX/bin/droopy -- -H $HOST -d $UPLOADFOLDER -m "$DROOPY_TXT" -c "" $DROOPY_PORT
echo $?
#Writing init-message and reset chat..