quotes around path

This commit is contained in:
Serghey Rodin 2015-11-05 03:12:10 +02:00
commit 8ec9ae5d86

View file

@ -34,7 +34,7 @@ if [ -z "$(echo $rpath |grep $homedir)" ]; then
fi fi
# Listing file type # Listing file type
sudo -u $user file -i -b $path 2>/dev/null sudo -u $user file -i -b "$path" 2>/dev/null
# Exiting # Exiting
exit $? exit $?