Skip to content

Commit debee41

Browse files
committed
Remove output
1 parent baabfc2 commit debee41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/main/bin/init-system.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

33
## Set uid/gid for www-data user
4-
usermod --uid "${PHP_UID}" --shell /bin/bash --home /home www-data
5-
groupmod --gid "${PHP_GID}" www-data
4+
usermod --uid "${PHP_UID}" --shell /bin/bash --home /home www-data > /dev/null
5+
groupmod --gid "${PHP_GID}" www-data > /dev/null

0 commit comments

Comments
 (0)