ignore shellcheck warning
This commit is contained in:
parent
72a4be3c5d
commit
336b840fcd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ let
|
|||
coreutils
|
||||
];
|
||||
|
||||
extraShellCheckFlags = [ "-x" "/etc/misskey-backup" ];
|
||||
excludeShellChecks = [ "SC1091" ];
|
||||
|
||||
text = ''
|
||||
source "${backupConfigFile}"
|
||||
|
|
Loading…
Reference in a new issue