mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 12:36:23 -07:00
fix typo
This commit is contained in:
parent
16f18bd8b3
commit
d3bde491c7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fi
|
|||
# Checking destination path
|
||||
rpath=$(readlink -f "$dst_file")
|
||||
if [ -z "$(echo $rpath |egrep "^/tmp|^$homedir")" ]; then
|
||||
echo "Error: ivalid destination path $dst_file"
|
||||
echo "Error: invalid destination path $dst_file"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue