From a36526099532cbf83115ae704dcbbc7c207b476b Mon Sep 17 00:00:00 2001 From: efelon Date: Wed, 9 Oct 2019 12:09:15 +0200 Subject: [PATCH] Minor comment enhancement --- seqs/gitea.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seqs/gitea.sh b/seqs/gitea.sh index 7f6b172..2801672 100755 --- a/seqs/gitea.sh +++ b/seqs/gitea.sh @@ -45,9 +45,9 @@ step_4() { exe mkdir /etc/gitea exe chown root:git /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 cp ~/gitea "$giteaLoc" + exe cp -ar ~/gitea "$giteaLoc" && echo "ok" saveReturn $? endReturn }