Commit 935038d7 by John Jarvis

setting HOME for s3cmd

parent e50a140c
......@@ -8,6 +8,10 @@ if (( $EUID != 0 )); then
exit 1
fi
# s3cmd needs $HOME defined even though it
# doesn't use a config file
export HOME=/
exec > >(tee /var/log/s3-log-sync.log)
exec 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment