From ba73451211f0f6e0bee37435727eae6131c52d47 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 1 Jun 2019 05:14:57 +0000 Subject: [PATCH] fix typos --- new-deployable-site.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/new-deployable-site.sh b/new-deployable-site.sh index d3dd3b1..b52ab53 100755 --- a/new-deployable-site.sh +++ b/new-deployable-site.sh @@ -11,11 +11,11 @@ while [ -z "${my_site:-}" ]; do done my_repo_tmp=$(eval echo "~$my_user") -read -p "Repository [$my_repo_tmp/${my_site}.git]: " my_repos -: ${my_repos:="$my_repo_tmp/${my_site}.git"} +read -p "Repository [$my_repo_tmp/${my_site}.git]: " my_repo +: ${my_repo:="$my_repo_tmp/${my_site}.git"} -read -p "Deploy to [/srv/www/beta.therootcompany.com/$my_site]: " my_deploy -: ${my_deploy:="/srv/www/beta.therootcompany.com/$my_site"} +read -p "Deploy to [/srv/www/$my_site]: " my_deploy +: ${my_deploy:="/srv/www/$my_site"} my_pretty="x" while [ "y" != "$my_pretty" ] && [ "n" != "$my_pretty" ]; do