From d1adce6aa6eedbb64e9be1bc5212c9931ab8925a Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 21 Apr 2021 14:39:09 +0200 Subject: [PATCH] fixed git-repos path --- bin/gitdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gitdeploy.sh b/bin/gitdeploy.sh index c0799e8..f5d5ec1 100755 --- a/bin/gitdeploy.sh +++ b/bin/gitdeploy.sh @@ -125,7 +125,7 @@ if [ "$yn" = "yes" ]; then _cur_ip=$(ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}') echo "git repos for $_domain install succeed" echo "your site stay now to /home/$user/www/$_domain/app" - echo "you can push updates on prod branch through $user@$_cur_ip:git-repositories/$_domain.git" + echo "you can push updates on prod branch through $user@$_cur_ip:git-repos/$_domain.git" cd "$_cwd" else echo "Git barre repo creation aborted"