diff options
Diffstat (limited to '_deploy/wsl/pre-push.sh')
-rw-r--r-- | _deploy/wsl/pre-push.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_deploy/wsl/pre-push.sh b/_deploy/wsl/pre-push.sh index fe6fb0b..e933ea2 100644 --- a/_deploy/wsl/pre-push.sh +++ b/_deploy/wsl/pre-push.sh @@ -5,6 +5,8 @@ #Make sure you have the WSL permissions system working, or you will push unsanitized files as this will fail # Philip Sargent 2022/04/12 echo "** This copies file to _deploy/wsl/ !" +HOSTNAME=`hostname` +echo "** This copies file to _deploy/${HOSTNAME}/ !" cd .. cd troggle |