mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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
|
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 $?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue