mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 11:39:44 -07:00
typo fix
This commit is contained in:
parent
7a1975ce39
commit
fdce35d610
3 changed files with 13 additions and 6 deletions
|
@ -41,7 +41,7 @@ if [ -z "$(echo $rpath |egrep "^/tmp|^$homedir")" ]; then
|
|||
fi
|
||||
|
||||
# Changing file permissions
|
||||
sudo -u $user chmod $permisions "$src_file" >/dev/null 2>&1
|
||||
sudo -u $user chmod $permissions "$src_file" >/dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error: access permission on $src_file was not changed"
|
||||
exit 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue