Neutral internal variable names for runner

This commit is contained in:
Clemens Schwaighofer
2026-08-18 12:33:03 +09:00
parent 0bb69d7168
commit 62bb6a59e1
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ fi;
echo -e "Update gitea runner to ${1} ... ";
systemctl stop gitea-runner;
xz -dc "${file_name}" > "${target_file_gitea_runner}";
chmod +x "${target_file_gitea_runner}";
xz -dc "${file_name}" > "${target_file_runner}";
chmod +x "${target_file_runner}";
systemctl start gitea-runner;
echo "[DONE]";