From c85da3979508b1882f722a809cd5d30362c73591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Tue, 25 Dec 2018 19:51:27 +0100 Subject: [PATCH] fix restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index 7f9e433..ca07a3b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -10,7 +10,9 @@ if [ ! -e _common.sh ]; then # Get the _common.sh file if it's not in the current directory cp ../settings/scripts/_common.sh ./_common.sh mkdir ./upgrade.d + mkdir ../conf cp ../settings/scripts/upgrade.d/upgrade.sh ./upgrade.d/upgrade.sh + cp ../settings/conf/*.default ../conf/ chmod a+rx _common.sh upgrade.d/upgrade.sh fi