fixed umount path error

This commit is contained in:
Nickiel12 2023-11-14 20:08:44 -08:00
parent 1d3170de3d
commit ef0f4befca

View file

@ -125,7 +125,7 @@ in
nextcloud-occ maintenance:mode --off
echo "Unmounting the external drive"
umount ${cfg.tmp_mount_point}
umount ${builtins.toString cfg.tmp_mount_point}
echo "Job completed"
# "