From 3ee9754b267c3cac4b2448fe1816a62ebfccd864 Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Mon, 13 Apr 2015 14:37:02 +0100 Subject: [PATCH] lctr-a6xx: fixed variable name. --- systems/lctr-a6xx/fs/etc/rc.d/lauv-storage-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }