nextcloud: fix secrets extraction

This commit is contained in:
Alexander Tomokhov
2023-11-29 08:19:04 +04:00
parent 364a5c8076
commit 1a5a4be306
2 changed files with 61 additions and 58 deletions

View File

@@ -12,8 +12,8 @@ in
"${db-pass-filepath} and ${admin-pass-filepath} will be removed!"
)
''
rm -f ${db-pass-filepath}
rm -f ${admin-pass-filepath}
rm -f -v ${db-pass-filepath}
rm -f -v ${admin-pass-filepath}
'';
};
}