mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 12:36:23 -07:00
quotes around path
This commit is contained in:
parent
c06ba9fc9c
commit
8ec9ae5d86
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ -z "$(echo $rpath |grep $homedir)" ]; then
|
|||
fi
|
||||
|
||||
# Listing file type
|
||||
sudo -u $user file -i -b $path 2>/dev/null
|
||||
sudo -u $user file -i -b "$path" 2>/dev/null
|
||||
|
||||
# Exiting
|
||||
exit $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue