Increase sleeping delay to start an LXC CT

This commit is contained in:
Jeremy Gardais 2022-01-24 07:32:56 +01:00
parent 12ba56fd0d
commit a63675f4b9
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -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'