We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e023c7 + 472cf31 commit fda4198Copy full SHA for fda4198
deploy/after_install.sh
@@ -3,5 +3,5 @@
3
USER="cortex-tenant"
4
HOME="/var/lib/$USER"
5
6
-useradd -d $HOME -s /bin/false -M $USER > /dev/null 2>&1 || true
+useradd -d $HOME -s /bin/false -m $USER > /dev/null 2>&1 || true
7
chown $USER:$USER $HOME
0 commit comments