lctr-a6xx: fixed variable name.

This commit is contained in:
Ricardo Martins 2015-04-13 14:37:02 +01:00
parent 8e4a5e8fd6
commit 3ee9754b26

View File

@ -39,7 +39,7 @@ stop()
{ {
killall rpcbind killall rpcbind
for path in $cfg_lauv_storage_server_paths; do for path in $cfg_lauv_storage_paths; do
umount "$path" umount "$path"
done done
} }