do not write resticPassword to secrets.json

This commit is contained in:
Alexander Tomokhov 2023-12-16 09:44:02 +04:00
parent d4e33a9639
commit f3e19457ee
1 changed files with 1 additions and 2 deletions

View File

@ -73,8 +73,7 @@ genSecrets() {
"adminPassword": "$USER_PASS",
"databasePassword": "$USER_PASS"
}
},
"resticPassword": "$USER_PASS"
}
}
EOF
}