mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update scripts/actions/public_private
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
23130ec33d
commit
e318727e47
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ is_public_old=$(ynh_app_setting_get $app is_public)
|
|||
|
||||
if [ $is_public -eq $is_public_old ]
|
||||
then
|
||||
ynh_die --message="is_public is already set as $is_public." 0
|
||||
ynh_die --message="is_public is already set as $is_public." --ret_code=0
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue