krebs.setuid: mark activate string as sh
This commit is contained in:
parent
f4e35a7312
commit
10891882ab
|
@ -66,7 +66,7 @@ with import <stockholm/lib>;
|
|||
inherit (cfg) envp filename;
|
||||
};
|
||||
dst = "${cfg.wrapperDir}/${cfg.name}";
|
||||
in ''
|
||||
in /* sh */ ''
|
||||
mkdir -p ${cfg.wrapperDir}
|
||||
cp ${src} ${dst}
|
||||
chown ${cfg.owner}.${cfg.group} ${dst}
|
||||
|
|
Loading…
Reference in a new issue