1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mailman3_ynh.git synced 2024-09-03 19:36:17 +02:00

Can't do sanity check, core installs apt package before install script

This commit is contained in:
Salamandar 2024-05-16 13:31:19 +02:00
parent 96047337fc
commit 675e9d5cde
2 changed files with 0 additions and 12 deletions

View file

@ -7,12 +7,6 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# SANITY CHECK
#=================================================
test ! -e "/usr/share/$app-web" || ynh_die --message="Mailman3 is already installed!"
test ! -e "/etc/$app" || ynh_die --message="Mailman3 is already installed!"
#=================================================
# INITIALIZE AND STORE SETTINGS
#=================================================

View file

@ -8,12 +8,6 @@
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================
# SANITY CHECK
#=================================================
test ! -e "/usr/share/$app-web" || ynh_die --message="Mailman3 is already installed!"
test ! -e "/etc/$app" || ynh_die --message="Mailman3 is already installed!"
#=================================================
# RESTORE THE POSTGRESQL DATABASE
#=================================================