Disable debug mode for creation scripts
This commit is contained in:
parent
7ce55bcce1
commit
b727bc7261
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Vars {{{
|
||||
DEBUG=0
|
||||
DEBUG=1
|
||||
|
||||
username="${1}"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Vars {{{
|
||||
DEBUG=0
|
||||
DEBUG=1
|
||||
|
||||
username="${1}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue