diff --git a/bin/pcmanwp b/bin/pcmanwp index 37c5b67..757e6eb 100755 --- a/bin/pcmanwp +++ b/bin/pcmanwp @@ -20,4 +20,4 @@ fi readarray -t wpdirs < <(grep "^[^#]" "${CNF_FILE}") -pcmanfm -n $(echo ${syswpdirs[@]} ${wpdirs[@]}) +sh -c "pcmanfm -n $(echo ${syswpdirs[@]} ${wpdirs[@]})"