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