Skip to content

Commit

Permalink
fixed error with -p flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Nov 11, 2019
1 parent 8fc1e1b commit 1eae3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1eae3b5

Please sign in to comment.