diff --git a/build/run.sh b/build/run.sh index f13cd88..31dce36 100755 --- a/build/run.sh +++ b/build/run.sh @@ -24,7 +24,9 @@ chown -R root:root /etc/ssh/ chmod 0644 /etc/ssh/* chmod 0600 /etc/ssh/*key -if ! getent group box; then +if getent group box; then + echo Group already added +else groupadd -g 997 box fi