mv executable

This commit is contained in:
Kiara Grouwstra 2025-08-11 15:18:37 +02:00
parent 13fcb19bf9
commit 666bfcb7bc
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -37,9 +37,9 @@ rec {
mkdir -p $out/bin
cp $textBeforeTemplatePath $out/template
cp $scriptPath $out/bin/${name}
chmod +x $out/bin/${name}
chown ${owner}:${group} $out/bin/${name}
chmod ${mode} $out/bin/${name}
chmod +x $out/bin/${name}
'';
# make a template with placeholders from a file