From f5a48a62dbaad956db41f04267af3b4d1924408b Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Wed, 13 May 2026 22:09:52 +0200 Subject: [PATCH] fix copy --- scripts/copy_to_wp.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/copy_to_wp.sh b/scripts/copy_to_wp.sh index e190a39..9d253bd 100755 --- a/scripts/copy_to_wp.sh +++ b/scripts/copy_to_wp.sh @@ -1,2 +1,3 @@ -sudo rm -rf html/wp-content/plugins/go-form-plugin -sudo cp -r go-form-plugin html/wp-content/plugins/ +cd .. +sudo cp main.php scripts/html/wp-content/plugins/go-form-plugin/ +sudo cp -r go-form-plugin scripts/html/wp-content/plugins/go-form-plugin/go-form-plugin/ \ No newline at end of file