Merge pull request #287 from truecharts/shellfixes

fix mount command
This commit is contained in:
Kjeld Schouten-Lebbing 2022-12-27 14:51:11 +01:00 committed by GitHub
commit 96bc66b6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ fi
[[ "$deleteBackup" == "true" ]] && deleteBackup && exit
[[ "$dns" == "true" ]] && dns && exit
[[ "$restore" == "true" ]] && restore && exit
[[ "$mountPVC" == "true" ]] && mountPVC && exit
[[ "$mountPVC" == "true" ]] && mount && exit
if [[ "$number_of_backups" -gt 1 && "$sync" == "true" ]]; then # Run backup and sync at the same time
echo "Running Apps Backup & Syncing Catalog"
if [[ "$prune" == "true" ]]; then