1
0
Fork 0
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:
yalh76 2020-06-24 02:20:06 +02:00 committed by GitHub
parent 06ae7b06a5
commit 5bbc46991a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================