diff --git a/scripts/restore b/scripts/restore index 1f7e6c5..1bb89e6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -9,8 +9,8 @@ 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 + 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