From 9c82359afea6796d069defe4a89acfda81314f03 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Mon, 1 Apr 2019 09:16:57 +0200 Subject: [PATCH] Update _update overwrite all files and folders --- support/functions/_update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/functions/_update b/support/functions/_update index 6f9e90c..b972bc7 100644 --- a/support/functions/_update +++ b/support/functions/_update @@ -17,7 +17,7 @@ update_me(){ cd "$s3local"; echo -en " update all files ...\n\n"; yes | cp -rf ./s3 "$workdir/s3"; - yes | cp -rf ./support/functions/* "$workdir/support/functions/"; + yes | cp -rf ./support/* "$workdir/support"; else echo -en " is up to date\n Online Revision: $online_revision\n\n"; fi @@ -52,7 +52,7 @@ fix_me(){ cd "$s3local"; echo -en " overwrite all files ...\n\n"; yes | cp -rf ./s3 "$workdir/s3"; - yes | cp -rf ./support/functions/* "$workdir/support/functions/"; + yes | cp -rf ./support/* "$workdir/support"; else update_me; fix_me;