mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
Changed warn message
Changed warn message to something more ~~complicated complex~~ comprehensive.
This commit is contained in:
parent
2463f25c8c
commit
8b5b77ce42
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
|
|
||||||
if [ -n "$show_warning" ]; then
|
if [ -n "$show_warning" ]; then
|
||||||
if [ $show_warning -eq 1 ]; then
|
if [ $show_warning -eq 1 ]; then
|
||||||
ynh_print_warn --message="Due to the fact that Yunohost resets permissions when upgrading a package from the old permissions system to the new one, we had to define your instance of Hextris as public. If you want to make it private, you can do it via webmin."
|
ynh_print_warn --message="In order to make this package compatible with Yunohost's new permission management system, we had to revert back any change to package's permissions made since the 3.7.0 release. If you edited permissions of this package between Yunohost 3.7.0 upgrade and this upgrade these changes have been discarded and will need to be made again. If you do not have made any modifications to permissions of this package since Yunohost 3.7.0 release, forget about that. We are sorry for that, this will only happen once."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue