mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing 'fi' as found by M. Martin
This commit is contained in:
parent
fe15e600fd
commit
c975829387
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ ynh_backup() {
|
||||||
echo "The missing file will be replaced by a dummy one for the backup !!!" >&2
|
echo "The missing file will be replaced by a dummy one for the backup !!!" >&2
|
||||||
else
|
else
|
||||||
return 1
|
return 1
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue