Allowing root as abc

pull/3/head
Stian Buch Larsen 10 years ago
parent 7564be8dc4
commit 9649c5898e

@ -1,6 +1,6 @@
#!/bin/bash
if [ "$(id -u abc)" != "$PUID" ]; then usermod -u "$PUID" abc ; fi
if [ "$(id -u abc)" != "$PUID" ]; then usermod -o -u "$PUID" abc ; fi
if [ "$(id -g abc)" != "$PGID" ]; then groupmod -o -g "$PGID" abc ; fi
echo "

Loading…
Cancel
Save