Skip to content

Commit ed5851e

Browse files
committed
fix(install): ensure update script executable
1 parent aa8516c commit ed5851e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/install_nomad.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ download_helper_scripts() {
327327
echo -e "${RED}#${RESET} Failed to download the update script. Please check the URL and try again."
328328
exit 1
329329
fi
330+
chmod +x "$update_script_path"
330331

331332
echo -e "${GREEN}#${RESET} Helper scripts downloaded successfully to $start_script_path, $stop_script_path, and $update_script_path.\\n"
332333
}

0 commit comments

Comments
 (0)