Fixing the startup script of freenet; I forgot the shebang
This commit is contained in:
parent
e83c2fa4a0
commit
9d818bebd8
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ stdenv.mkDerivation {
|
|||
cp dist/freenet.jar $out/share/freenet
|
||||
|
||||
cat <<EOF > $out/bin/freenet
|
||||
#!${stdenv.shell}
|
||||
${jre}/bin/java -cp $out/share/freenet/bcprov.jar:$out/share/freenet/freenet-ext.jar:$out/share/freenet/freenet.jar \\
|
||||
-Xmx1024M freenet.node.NodeStarter
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue