From 5bbc46991a893ed1305b7295f2ff9ed550426191 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 24 Jun 2020 02:20:06 +0200 Subject: [PATCH] Update scripts/actions/change_theme Co-authored-by: Kayou --- scripts/actions/change_theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions/change_theme b/scripts/actions/change_theme index 979b6ec..b806867 100755 --- a/scripts/actions/change_theme +++ b/scripts/actions/change_theme @@ -28,7 +28,7 @@ theme_old=$(ynh_app_setting_get $app theme) if [ "$theme" == "$theme_old" ] then - ynh_die --message="Same theme." 0 + ynh_die --message="Same theme." --ret_code=0 fi #=================================================