Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@techandme.se>2018-08-05 18:34:42 +0300
committerGitHub <noreply@github.com>2018-08-05 18:34:42 +0300
commitce9600fc851bd2729bfbfaf4f6ec2d15561b0775 (patch)
treebbef48d90f325b442de8a010b8a8517a426c8185 /static/adduser.sh
parent28c5789734731adbe9e845da5ff1ad498c71e708 (diff)
fix adduser issue (#599)
Diffstat (limited to 'static/adduser.sh')
-rw-r--r--static/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/adduser.sh b/static/adduser.sh
index 5d17ff3c..513aae50 100644
--- a/static/adduser.sh
+++ b/static/adduser.sh
@@ -9,7 +9,7 @@ true
# Check for errors + debug code and abort if something isn't right
# 1 = ON
# 0 = OFF
-DEBUG=1
+DEBUG=0
debug_mode
if [[ $UNIXUSER != "ncadmin" ]]