From c68322c9a5dad3b405267486ac713fcdd0e5e846 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 27 Dec 2022 14:50:49 +0100 Subject: [PATCH] fix mount command --- truetool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truetool.sh b/truetool.sh index 7420bbf3..add90b39 100755 --- a/truetool.sh +++ b/truetool.sh @@ -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