From e1e7ea906782f637e5267f9490d1e09627f54aa8 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 5 Mar 2020 04:25:50 +0100 Subject: [PATCH] fixed server using wrong shell --- commands_git.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands_git.conf b/commands_git.conf index 93a3e58..05d8968 100644 --- a/commands_git.conf +++ b/commands_git.conf @@ -1,2 +1,2 @@ -pushd /var/www/git/web-deployment; git pull; popd -pushd /var/www/git/web-deployment; ./deployment-script.sh; popd +echo "pushd /var/www/git/web-deployment; git pull; popd" | bash - +echo "pushd /var/www/git/web-deployment; ./deployment-script.sh; popd" | bash -