mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Force hook execution when YunoHost is not configured
This commit is contained in:
parent
c7310e6b6e
commit
009fe2f637
1 changed files with 4 additions and 4 deletions
8
debian/postinst
vendored
8
debian/postinst
vendored
|
@ -6,10 +6,10 @@ do_configure() {
|
|||
rm -rf /var/cache/moulinette/*
|
||||
|
||||
if [ ! -f /etc/yunohost/installed ]; then
|
||||
bash /usr/share/yunohost/hooks/conf_regen/01-yunohost
|
||||
bash /usr/share/yunohost/hooks/conf_regen/02-ssl
|
||||
bash /usr/share/yunohost/hooks/conf_regen/06-slapd
|
||||
bash /usr/share/yunohost/hooks/conf_regen/15-nginx
|
||||
bash /usr/share/yunohost/hooks/conf_regen/01-yunohost True
|
||||
bash /usr/share/yunohost/hooks/conf_regen/02-ssl True
|
||||
bash /usr/share/yunohost/hooks/conf_regen/06-slapd True
|
||||
bash /usr/share/yunohost/hooks/conf_regen/15-nginx True
|
||||
else
|
||||
yunohost service regenconf
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue