fixed git-repos path

This commit is contained in:
2021-04-21 14:39:09 +02:00
parent bdb69186f3
commit d1adce6aa6
+1 -1
View File
@@ -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"