diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-05-22 21:47:54 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-05-22 21:47:54 +0300 |
commit | c7df859d80368bf8c908097571948a47f7d45673 (patch) | |
tree | 33d94f26bc21286e1c3871743f1de24135bed4f5 /_deploy/wsl/pre-push.sh | |
parent | 955baeb238c52777ced6006b3a925e9f06dfd98a (diff) | |
download | troggle-c7df859d80368bf8c908097571948a47f7d45673.tar.gz troggle-c7df859d80368bf8c908097571948a47f7d45673.tar.bz2 troggle-c7df859d80368bf8c908097571948a47f7d45673.zip |
Changed pre-push bash script to be per-machine not per architecture
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 |