Preserve current working directory
This commit is contained in:
parent
b0245a9639
commit
97f292d41c
@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=$(pwd)
|
||||
# Apply updated EXPORT_SERVERS
|
||||
cd /home/joey/homelab/server/config/monitoring && docker-compose up -d --force-recreate exporter-minecraft
|
||||
|
||||
# Apply updated router mappings
|
||||
cd /home/joey/homelab/server/config/minecraft && docker-compose up -d --force-recreate router
|
||||
|
||||
cd $DIR
|
Loading…
Reference in New Issue
Block a user