Minor comment enhancement

This commit is contained in:
2019-10-09 12:09:15 +02:00
parent c8922f6c6d
commit a365260995

View File

@@ -45,9 +45,9 @@ step_4() {
exe mkdir /etc/gitea exe mkdir /etc/gitea
exe chown root:git /etc/gitea exe chown root:git /etc/gitea
exe chmod 770 /etc/gitea exe chmod 770 /etc/gitea
echo "Copying gitea to global location and making it executable" echo -n "Copying gitea to global location and making it executable..."
exe chmod +x ~/gitea exe chmod +x ~/gitea
exe cp ~/gitea "$giteaLoc" exe cp -ar ~/gitea "$giteaLoc" && echo "ok"
saveReturn $? saveReturn $?
endReturn endReturn
} }