mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
fixed umount path error
This commit is contained in:
parent
1d3170de3d
commit
ef0f4befca
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ in
|
||||||
nextcloud-occ maintenance:mode --off
|
nextcloud-occ maintenance:mode --off
|
||||||
|
|
||||||
echo "Unmounting the external drive"
|
echo "Unmounting the external drive"
|
||||||
umount ${cfg.tmp_mount_point}
|
umount ${builtins.toString cfg.tmp_mount_point}
|
||||||
|
|
||||||
echo "Job completed"
|
echo "Job completed"
|
||||||
# "
|
# "
|
||||||
|
|
Loading…
Reference in a new issue