From a022bfc30aa00bd219ceb467465476e117650faa Mon Sep 17 00:00:00 2001 From: Erik van der Bas Date: Thu, 22 Jul 2021 11:55:44 +0200 Subject: [PATCH] fix sh script --- support-hours.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support-hours.sh b/support-hours.sh index aec2a6e..4642a46 100644 --- a/support-hours.sh +++ b/support-hours.sh @@ -1,7 +1,7 @@ #! /bin/bash dev="/mnt/d/laragon/www/testenvironment.local/web/app/plugins/support-hours" -trunk="/mnt/d/laragon/www/anders/support-hours/trunk" -release="/mnt/d/laragon/www/anders/support-hours" +trunk="/mnt/d/laragon/www/Anders/support-hours/trunk" +release="/mnt/d/laragon/www/Anders/support-hours" read -p 'Release number:' releasenumber echo 'Get fresh production files' yarn run production