Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92ef3f0f2e |
@@ -27,7 +27,7 @@
|
||||
# SET TO 1 to TEST [will not create user/group/folder]
|
||||
TEST=0; # no actions will be run
|
||||
INFO=0; # no creation of anything, just print info strings
|
||||
GO=1; # without this flag the script will exit with an info box
|
||||
GO=0; # without this flag the script will exit with an info box
|
||||
while getopts ":gtih:" opt; do
|
||||
case "${opt}" in
|
||||
g|go)
|
||||
|
||||
Reference in New Issue
Block a user