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:
parent
96047337fc
commit
675e9d5cde
2 changed files with 0 additions and 12 deletions
|
@ -7,12 +7,6 @@
|
||||||
source _common.sh
|
source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
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
|
# INITIALIZE AND STORE SETTINGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -8,12 +8,6 @@
|
||||||
source ../settings/scripts/_common.sh
|
source ../settings/scripts/_common.sh
|
||||||
source /usr/share/yunohost/helpers
|
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
|
# RESTORE THE POSTGRESQL DATABASE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue