1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00
duniter_ynh/scripts/upgrade

25 lines
510 B
Text
Raw Normal View History

2015-05-24 23:01:16 +02:00
#!/bin/bash
# Exit on command errors and treat unset variables as an error
set -eu
# Source app helpers and functions
source /usr/share/yunohost/helpers
source functions.sh
# Retrive arguments
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get "$app" domain)
2016-06-23 19:53:54 +02:00
port=$(ynh_app_setting_get "$app" port)
arch=$(ynh_app_setting_get "$app" arch)
admin=$(ynh_app_setting_get "$app" admin)
2015-05-24 23:01:16 +02:00
REMOVE_DUNITER
INSTALL_DUNITER_DEBIAN_PACKAGE
# Start duniter daemon
sudo duniter webstart
2017-03-14 09:41:28 +01:00
CONFIG_SSOWAT
CONFIG_NGINX