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