aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mtg/mtg.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mtg/mtg.pre-install')
-rw-r--r--testing/mtg/mtg.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mtg/mtg.pre-install b/testing/mtg/mtg.pre-install
index fe5c5548a58..58913f84cc5 100644
--- a/testing/mtg/mtg.pre-install
+++ b/testing/mtg/mtg.pre-install
@@ -3,6 +3,6 @@
name=mtg
addgroup -S "$name" 2>/dev/null
-adduser -S -D -H -h /var/empty -s /bin/nologin -G $name -g $name $name 2>/dev/null
+adduser -S -D -H -h /var/empty -s /sbin/nologin -G $name -g $name $name 2>/dev/null
exit 0