Increase sleeping delay to start an LXC CT
This commit is contained in:
parent
12ba56fd0d
commit
a63675f4b9
|
@ -17,7 +17,7 @@ readonly NBARGS="${#}"
|
||||||
export DEBUG
|
export DEBUG
|
||||||
|
|
||||||
readonly CT_ID_DEFAULT="199121"
|
readonly CT_ID_DEFAULT="199121"
|
||||||
readonly SLEEP_DELAY_DEFAULT="5"
|
readonly SLEEP_DELAY_DEFAULT="20"
|
||||||
|
|
||||||
## Colors
|
## Colors
|
||||||
readonly PURPLE='\033[1;35m'
|
readonly PURPLE='\033[1;35m'
|
||||||
|
|
Loading…
Reference in New Issue