mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update install
This commit is contained in:
parent
702dfe3ade
commit
2caca7b379
1 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,15 @@
|
|||
#!/bin/bash
|
||||
# Write all logs to file
|
||||
#exec > >(tee /tmp/emailpoubelle.log)
|
||||
#exec 2>&1
|
||||
|
||||
#=================================================
|
||||
# GENERIC START
|
||||
#=================================================
|
||||
# IMPORT GENERIC HELPERS
|
||||
#=================================================
|
||||
|
||||
source _common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
|
||||
app=emailpoubelle
|
||||
|
||||
# Retrieve arguments
|
||||
|
|
Loading…
Reference in a new issue