Skip to content

Commit

Permalink
entrypoint: remove leftover argument
Browse files Browse the repository at this point in the history
  • Loading branch information
superrnovae committed Aug 11, 2022
1 parent b8418fb commit 9eb1dc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions permasigner/data/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ if [ ! -z "$DEBUG" ]; then
ARGS="$ARGS -d"
fi

if [ ! -z "$NOINSTALL" ]; then
ARGS="$ARGS -n"
fi

if [ ! -z "$INSTALL" ]; then
ARGS="$ARGS -i"
fi
Expand Down

0 comments on commit 9eb1dc1

Please sign in to comment.