Large copy of files to Shared destroy the box February 07, 2018 10:32PM |
Registered: 6 years ago Posts: 10 |
Re: Large copy of files to Shared destroy the box February 08, 2018 04:32AM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: Large copy of files to Shared destroy the box February 08, 2018 06:27PM |
Registered: 6 years ago Posts: 10 |
Re: Large copy of files to Shared destroy the box February 09, 2018 05:41PM |
Admin Registered: 13 years ago Posts: 4,680 |
if [ "$DROOPY_ENABLED" = "yes" ] ; then #Start here the PirateBox-Parts droopy i.e. echo "Starting droopy..." find $UPLOADFOLDER/ -iname tmp\* -exec rm {} \; #Delete 0 Byte Files delete_empty.sh $UPLOADFOLDER DROOPY_USER="" if [ "$DROOPY_USE_USER" = "yes" ] ; then DROOPY_USER=" -c $LIGHTTPD_USER:$LIGHTTPD_GROUP " fi DROOPY_DO_CHMOD="" test -n "$DROOPY_CHMOD" && DROOPY_DO_CHMOD="--chmod $DROOPY_CHMOD" start-stop-daemon $DROOPY_USER -m -S -b -p $PIDFILE_DROOPY -x $PIRATEBOX/bin/droopy -- -d "$UPLOADFOLDER" -m "$DROOPY_TXT" $DROOPY_DO_CHMOD $DROOPY_USERDIR $DROOPY_PORT echo $? fiIf you comment
find $UPLOADFOLDER/ -iname tmp\* -exec rm {} \; #Delete 0 Byte Files delete_empty.sh $UPLOADFOLDER,
Re: Large copy of files to Shared destroy the box February 09, 2018 06:05PM |
Registered: 6 years ago Posts: 10 |