mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(kyuuto): some opl permissions
This commit is contained in:
parent
9c6bbe8b82
commit
2b59e68384
2 changed files with 4 additions and 1 deletions
|
|
@ -112,7 +112,8 @@
|
|||
${scriptFail}
|
||||
else
|
||||
if [[ ! -L ${escapeShellArg config.path} || -z ${escapeShellArg config.noOverwrite} ]]; then
|
||||
ln -s${relativeFlag}fT ${escapeShellArg config.src} ${escapeShellArg config.path}${scriptCatch}
|
||||
ln -s${relativeFlag}fT ${escapeShellArg config.src} ${escapeShellArg config.path} &&
|
||||
${chown} -h${scriptCatch}
|
||||
fi
|
||||
fi
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -80,6 +80,8 @@ in {
|
|||
"${cfg.gameLibraryDir}/games.bin" = {
|
||||
type = "symlink";
|
||||
src = cfg.rootDir + "/games.bin";
|
||||
owner = mkDefault "admin";
|
||||
group = mkDefault "kyuuto";
|
||||
};
|
||||
};
|
||||
files = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue