mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-08 17:56:17 +02: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."
|
echo -e "${RED}#${RESET} Failed to download the update script. Please check the URL and try again."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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"
|
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