update package so binary is a+x
This commit is contained in:
parent
c2a59261ea
commit
449e152553
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ stdenv.mkDerivation {
|
|||
echo "#!/usr/bin/env bash" > start-server
|
||||
echo "systemctl start docker-build-jank-client-jank.service" >> start-server
|
||||
echo "systemctl restart docker-jank-client-jank.service" >> start-server
|
||||
chmod a+x start-server
|
||||
'';
|
||||
installPhase = ''
|
||||
mkdir $out/bin -p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue