Skip to content

Commit

Permalink
Make installed service script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 4, 2014
1 parent 0056f4b commit c1f5e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions script/install-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ install_service_script() {
if [ ! -e $INSTALL_LOCATION ]
then
curl -o $INSTALL_LOCATION $DOWNLOAD_URL
chmod +x $INSTALL_LOCATION
fi
}

Expand Down
1 change: 1 addition & 0 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ install_service_script() {
if [ ! -e $INSTALL_LOCATION ]
then
curl -o $INSTALL_LOCATION $DOWNLOAD_URL
chmod +x $INSTALL_LOCATION
fi
}

Expand Down

0 comments on commit c1f5e3e

Please sign in to comment.