This commit is contained in:
2020-12-25 01:36:35 +01:00
parent b33db9d357
commit aa8847af02

View File

@@ -165,7 +165,7 @@ step_12() {
exe service gitea stop
saveReturn $?
endReturn
echo -n "Backuping up existing executable to ${toolBackup}..."
echo -n "Backing up existing executable to ${toolBackup}..."
exe cp -ar "$giteaLoc" "$toolBackup" && echo "ok"
fi
exe wget -O "$giteaLoc" $giteaDownload