fi
}
-function prepare {
- scottyinfo "Preparing for sync."
-}
-
function cleanup_abort {
scottyerror "Caught exit signal! Cleaning up."
exit 0
}
-if ! mkdir /tmp/$(basename $0).lock; then
+if ! mkdir /var/run/$(basename $0).lock; then
scottyerror "Another instance of $(basename $0) is still running!"
exit 1
else