mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Better handle missing blog_admin during upgrade
This commit is contained in:
parent
483e82edfd
commit
7ef09bdf30
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ upgrade_type=$(ynh_check_app_version_changed)
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Ensuring downward compatibility..."
|
ynh_script_progression --message="Ensuring downward compatibility..."
|
||||||
|
|
||||||
if [ -z "$blog_admin" ] ||
|
if [ -z "${blog_admin:-}" ] ||
|
||||||
[ -z "$blog_contentadmin" ] ||
|
[ -z "$blog_contentadmin" ] ||
|
||||||
[ -z "$blog_usage" ] ||
|
[ -z "$blog_usage" ] ||
|
||||||
[ -z "$blog_publish" ] ||
|
[ -z "$blog_publish" ] ||
|
||||||
|
|
Loading…
Reference in a new issue