pull/10/head
Raphaël Vinot 2013-06-06 16:26:23 +02:00
parent 0581478643
commit 8810af8ecd
2 changed files with 2 additions and 16 deletions

View File

@ -107,19 +107,6 @@ do
main ${target_dir}
#if [ $COPYDIRTYPDF -eq 1 ]; then
# pdfCopyDirty ${SRC} $targetDir
#else
# pdfCopyClean ${SRC} $targetDir
#fi
# copy stuff
#copySafeFiles ${SRC} $targetDir
#convertCopyFiles ${SRC} $targetDir $TEMP
#rm -rf ${TEMP}/*
# unpack and process archives
#unpackZip ${SRC} $targetDir $TEMP
ls -lR "${target_dir}"
fi
let PARTCOUNT=`expr $PARTCOUNT + 1`

View File

@ -14,7 +14,6 @@ clean(){
echo Done, cleaning.
#mount -o remount,rw /
${SYNC}
# shutdown -h now
}
trap clean EXIT TERM INT
@ -22,8 +21,8 @@ trap clean EXIT TERM INT
# Remount the root filesystem in RO mode
#mount -o remount,ro /
chown -R kitten:kitten /home/${USERNAME}/
chown -R ${USERNAME}:${USERNAME} /home/${USERNAME}/
su ${USERNAME} -c ./groomer.sh
su ${USERNAME} -c ./groomer.sh