mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
fix(install): ensure update script executable
This commit is contained in:
parent
aa8516c92d
commit
ed5851eac1
|
|
@ -327,6 +327,7 @@ download_helper_scripts() {
|
|||
echo -e "${RED}#${RESET} Failed to download the update script. Please check the URL and try again."
|
||||
exit 1
|
||||
fi
|
||||
chmod +x "$update_script_path"
|
||||
|
||||
echo -e "${GREEN}#${RESET} Helper scripts downloaded successfully to $start_script_path, $stop_script_path, and $update_script_path.\\n"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user