forked from Qortal/qortal
Merge pull request #97 from Nuc1eoN/patch-1
Mark start/stop scripts as executables
This commit is contained in:
commit
504f38b42a
@ -58,6 +58,9 @@ git show HEAD:log4j2.properties > ${build_dir}/log4j2.properties
|
||||
git show HEAD:start.sh > ${build_dir}/start.sh
|
||||
git show HEAD:stop.sh > ${build_dir}/stop.sh
|
||||
|
||||
chmod +x ${build_dir}/start.sh
|
||||
chmod +x ${build_dir}/stop.sh
|
||||
|
||||
printf "{\n}\n" > ${build_dir}/settings.json
|
||||
|
||||
gtouch -d ${commit_ts%%+??:??} ${build_dir} ${build_dir}/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user