fix(kyuuto): some opl permissions

This commit is contained in:
arcnmx 2024-03-01 13:08:50 -08:00
parent 9c6bbe8b82
commit 2b59e68384
2 changed files with 4 additions and 1 deletions

View file

@ -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
'';