diff --git a/systems/lctr-a6xx/fs/etc/rc.d/lauv-storage-client b/systems/lctr-a6xx/fs/etc/rc.d/lauv-storage-client index a405a6f..00ba17a 100644 --- a/systems/lctr-a6xx/fs/etc/rc.d/lauv-storage-client +++ b/systems/lctr-a6xx/fs/etc/rc.d/lauv-storage-client @@ -39,7 +39,7 @@ stop() { killall rpcbind - for path in $cfg_lauv_storage_server_paths; do + for path in $cfg_lauv_storage_paths; do umount "$path" done }