diff --git a/go-form-plugin/export/mcmahon-help.php b/go-form-plugin/export/mcmahon-help.php index be17e91..efe38c5 100644 --- a/go-form-plugin/export/mcmahon-help.php +++ b/go-form-plugin/export/mcmahon-help.php @@ -1992,10 +1992,6 @@ $mcmahonfirst = ' si Slovenia - - Ljub - Ljub - sj @@ -2213,4 +2209,5 @@ $mcmahonlast = ' 5 2026-05-13 21:29:04 - '; \ No newline at end of file + +'; \ No newline at end of file diff --git a/scripts/copy_to_wp.sh b/scripts/copy_to_wp.sh index 9d253bd..c986c23 100755 --- a/scripts/copy_to_wp.sh +++ b/scripts/copy_to_wp.sh @@ -1,3 +1,5 @@ cd .. +sudo rm -rf scripts/html/wp-content/plugins/go-form-plugin +sudo mkdir scripts/html/wp-content/plugins/go-form-plugin 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