Minor comment enhancement
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user