We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baabfc2 commit debee41Copy full SHA for debee41
docker/main/bin/init-system.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
3
## 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
+usermod --uid "${PHP_UID}" --shell /bin/bash --home /home www-data > /dev/null
+groupmod --gid "${PHP_GID}" www-data > /dev/null
0 commit comments