diff --git a/deploy.sh b/deploy.sh index 5fc7941..e3ad47b 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ if [[ $1 == "*" && $# -eq 1 ]]; then APPS=$(ls -d */) fi -for app in "$APPS" +for app in $APPS do echo "[server_config] > Deploying: $app" diff --git a/install.sh b/install.sh index ce5f385..58aaeca 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ if [[ $1 == "*" && $# -eq 1 ]]; then APPS=$(ls -d */) fi -for app in "$APPS" +for app in $APPS do echo "[server_config] > Installing: $app"