Skip to content

Commit

Permalink
Remove "set -e"
Browse files Browse the repository at this point in the history
Not needed as the script is actively checking whether these optional
parameters are provided...
  • Loading branch information
thijsputman committed May 12, 2021
1 parent dc338bc commit 2490235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rootfs/etc/cont-init.d/10-useradd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv ash
# shellcheck shell=ash

set -euo pipefail
set -eo pipefail

if [ -n "$PUID" ] && [ -n "$PGID" ] ; then

Expand Down

0 comments on commit 2490235

Please sign in to comment.