mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -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
|
# Checking destination path
|
||||||
rpath=$(readlink -f "$dst_file")
|
rpath=$(readlink -f "$dst_file")
|
||||||
if [ -z "$(echo $rpath |egrep "^/tmp|^$homedir")" ]; then
|
if [ -z "$(echo $rpath |egrep "^/tmp|^$homedir")" ]; then
|
||||||
echo "Error: ivalid destination path $dst_file"
|
echo "Error: invalid destination path $dst_file"
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue