From e8716956c7afe62f3d56a6f4aabe1ca37065f997 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Thu, 24 Feb 2022 22:46:30 +0100 Subject: [PATCH] Fix typo in a comment --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d34558b..db57ebc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,7 @@ then # Create a temporary directory tmpdir="$(mktemp -d)" - # Copy the admin saved settings from tmp directory to final path + # Copy the admin saved settings from final path to tmp directory cp -ar "$final_path/config.production.json" "$tmpdir/config.production.json" # Backup the content folder to the temp dir