aboutsummaryrefslogtreecommitdiff
path: root/scripts/upgrade
diff options
context:
space:
mode:
authormagikcypress <cyp@rouquin.me>2017-04-19 02:37:40 +0200
committermagikcypress <cyp@rouquin.me>2017-04-19 02:37:40 +0200
commit82fa072ce64ccf0307a650a66c5d578fb749d40f (patch)
tree199279340ca38a02a2f501f080beed2617074225 /scripts/upgrade
parent128aa107baf2bbf713a6af43182e1bc6d9c7a1a7 (diff)
downloadmastodon_ynh-82fa072ce64ccf0307a650a66c5d578fb749d40f.tar.gz
mastodon_ynh-82fa072ce64ccf0307a650a66c5d578fb749d40f.tar.bz2
mastodon_ynh-82fa072ce64ccf0307a650a66c5d578fb749d40f.zip
[fix] Secret key install + backup correct + restore (need test restore)
Diffstat (limited to 'scripts/upgrade')
-rw-r--r--scripts/upgrade6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index c914a9c..1dffb98 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -3,8 +3,10 @@
# Exit on command errors and treat unset variables as an error
set -eu
-source .fonctions # Loads the generic functions usually used in the script
-source /usr/share/yunohost/helpers # Source YunoHost helpers
+# Loads the generic functions usually used in the script
+source .fonctions
+# Source YunoHost helpers
+source /usr/share/yunohost/helpers
# See comments in install script
app=$YNH_APP_INSTANCE_NAME