mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update scripts/actions/change_theme
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
06ae7b06a5
commit
5bbc46991a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue