diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-20 16:03:28 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-20 16:03:28 +0000 |
commit | 1b6333fdefe9331ea4489248de51ce55552c732c (patch) | |
tree | 447e6081c90ddc24b0c29f28040bc72c724f8615 /pre-push.sh | |
parent | 011e6777c9cf092bdcb8b5d9bfda8a0b86c69236 (diff) | |
download | troggle-1b6333fdefe9331ea4489248de51ce55552c732c.tar.gz troggle-1b6333fdefe9331ea4489248de51ce55552c732c.tar.bz2 troggle-1b6333fdefe9331ea4489248de51ce55552c732c.zip |
fixing setup scripts for a new Ubuntu 24.04 install
Diffstat (limited to 'pre-push.sh')
-rwxr-xr-x | pre-push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pre-push.sh b/pre-push.sh index c2637b6..788b46f 100755 --- a/pre-push.sh +++ b/pre-push.sh @@ -45,6 +45,7 @@ echo " reset: SECRET_KEY = \"real-SECRET_KEY--imported-from-localsettings.py\ mv _deploy/wsl/localsettingsWSL.py _deploy/wsl/localsettingsWSL.py.bak mv localsettingsWSL.py _deploy/wsl +cp *.sh _deploy/wsl deactivate # # Do these before final testing, *not* just before pushing: |