diff --git a/run.sh b/run.sh index 79797ad..d983a0e 100755 --- a/run.sh +++ b/run.sh @@ -54,7 +54,7 @@ exit_err() { # Catching flags -while getopts ":RUhpP" flag; do +while getopts ":RUhp:P" flag; do case $flag in R) # Restart conatiners. Accutally a recreation of the containers taking in changed configs. RECREATE_ALL='y'