Fix typo
This commit is contained in:
@@ -165,7 +165,7 @@ step_12() {
|
|||||||
exe service gitea stop
|
exe service gitea stop
|
||||||
saveReturn $?
|
saveReturn $?
|
||||||
endReturn
|
endReturn
|
||||||
echo -n "Backuping up existing executable to ${toolBackup}..."
|
echo -n "Backing up existing executable to ${toolBackup}..."
|
||||||
exe cp -ar "$giteaLoc" "$toolBackup" && echo "ok"
|
exe cp -ar "$giteaLoc" "$toolBackup" && echo "ok"
|
||||||
fi
|
fi
|
||||||
exe wget -O "$giteaLoc" $giteaDownload
|
exe wget -O "$giteaLoc" $giteaDownload
|
||||||
|
Reference in New Issue
Block a user