summaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch/freeswitch.pre-install')
-rwxr-xr-xmain/freeswitch/freeswitch.pre-install4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.pre-install b/main/freeswitch/freeswitch.pre-install
index 23756f31d..043b963bb 100755
--- a/main/freeswitch/freeswitch.pre-install
+++ b/main/freeswitch/freeswitch.pre-install
@@ -1,3 +1,5 @@
#!/bin/sh
-adduser -H /var/run/freeswitch -s /bin/false -D freeswitch 2>/dev/null
+adduser -H -h /var/run/freeswitch -s /bin/false -D freeswitch 2>/dev/null
+
+exit 0