Disable debug mode for creation scripts

This commit is contained in:
Jeremy Gardais 2018-10-08 18:09:27 +02:00
parent 7ce55bcce1
commit b727bc7261
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Vars {{{
DEBUG=0
DEBUG=1
username="${1}"

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Vars {{{
DEBUG=0
DEBUG=1
username="${1}"