We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06ba9f commit 8ec9ae5Copy full SHA for 8ec9ae5
bin/v-get-fs-file-type
@@ -34,7 +34,7 @@ if [ -z "$(echo $rpath |grep $homedir)" ]; then
34
fi
35
36
# Listing file type
37
-sudo -u $user file -i -b $path 2>/dev/null
+sudo -u $user file -i -b "$path" 2>/dev/null
38
39
# Exiting
40
exit $?
0 commit comments