lavmeiker / capistrano-wpcli

Provides command line tools to facilitate Wordpress deploy.
MIT License
117 stars 34 forks source link

bash: -c: line 1: syntax error: unexpected end of file #48

Open nolafs opened 4 years ago

nolafs commented 4 years ago

Backing up remote database works fine but if i try to push database I am getting the following error:

bash: -c: line 1: syntax error: unexpected end of file

cap aborted! SSHKit::Runner::ExecuteError: Exception while executing as root@biffapps.com: wp exit status: 1 wp stdout: Nothing written wp stderr: bash: -c: line 1: syntax error: unexpected end of file

SSHKit::Command::Failed: wp exit status: 1 wp stdout: Nothing written wp stderr: bash: -c: line 1: syntax error: unexpected end of file

Tasks: TOP => wpcli:db:push

Any idea?