Loading onionspray-get-logs-from-s3fs +5 −5 Original line number Diff line number Diff line Loading @@ -102,16 +102,16 @@ fi # Check if a passwd file is defined if [ ! -z "$PASS" ]; then PASSWD_FILE="-o passwd_file=$PASS" #else # abort "please configure the PASS variable" fi # Check for a passwd file if [ ! -e "$PASS" ]; then abort "file not found: $PASS" fi PASSWD_FILE="-o passwd_file=$PASS" #else # abort "please configure the PASS variable" fi # Set lockfile LOCKFILE="$TMP/$BASENAME/$BASE_MOUNT.lock" check_lockfile Loading Loading
onionspray-get-logs-from-s3fs +5 −5 Original line number Diff line number Diff line Loading @@ -102,16 +102,16 @@ fi # Check if a passwd file is defined if [ ! -z "$PASS" ]; then PASSWD_FILE="-o passwd_file=$PASS" #else # abort "please configure the PASS variable" fi # Check for a passwd file if [ ! -e "$PASS" ]; then abort "file not found: $PASS" fi PASSWD_FILE="-o passwd_file=$PASS" #else # abort "please configure the PASS variable" fi # Set lockfile LOCKFILE="$TMP/$BASENAME/$BASE_MOUNT.lock" check_lockfile Loading