mirror of
https://github.com/unraid/webgui.git
synced 2026-05-08 05:12:14 -05:00
Allow multiple disk selection in NewPerms utility [2]
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user