Skip to content

Commit

Permalink
chmod generated run script when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrct committed Aug 2, 2017
1 parent ba972a1 commit 4ba17d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function uninstall {
function install {
# Sed was being fussy on FreeBSD, used ed, the one true text editor
printf "1a\nSRCLOC=$SRCLOC\n.\n,p\n" | ed -s run-scripts/halibot > $BINLOC
chmod +x $BINLOC

mkdir -p $SRCLOC
cp $VERBOSE main.py $SRCLOC
Expand Down

0 comments on commit 4ba17d9

Please sign in to comment.