Skip to content

Commit

Permalink
エラー内容を表示
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Dec 30, 2019
1 parent 52fc347 commit 9e8d748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ if [ $REMOVE_OUTDATED == "true" ]; then
sed -E "s/.*bytes to //" | \
xargs -I{} skicka rm "$UPLOAD_FROM{}" || true
elif [ $REMOVE_OUTDATED != "false" ]; then
echo '$REMOVE_OUTDATED must be "true" or "false".'
exit 1
fi

0 comments on commit 9e8d748

Please sign in to comment.