Allow multiple disk selection in NewPerms utility [2]

This commit is contained in:
bergware
2016-07-03 11:02:35 +02:00
parent 3d56417a69
commit 25a81d49af
+1 -1
View File
@@ -36,7 +36,7 @@ function process {
IFS=$ifs IFS=$ifs
} }
if [[ $# -ge 1 ]]; then if [[ -n $1 ]]; then
process "$@" process "$@"
else else
process /mnt/cache process /mnt/cache