Changed backup docs to reflect new file
This commit is contained in:
parent
2a35976152
commit
0e7ba98890
@ -58,10 +58,12 @@ vim yams
|
||||
3. Update `your/install/location` with your new install location:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
dc="docker compose -f your/install/location/docker-compose.yaml -f your/install/location/docker-compose.custom.yaml" # -> Change this!
|
||||
install_directory="your/install/location" # -> Change this!
|
||||
# Constants
|
||||
readonly DC="docker compose -f your/install/location/docker-compose.yaml -f your/install/location/docker-compose.custom.yaml" # -> Change this!
|
||||
readonly INSTALL_DIRECTORY="your/install/location" # -> Change this!
|
||||
```
|
||||
|
||||
4. Move the `yams` script to `/usr/local/bin/`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user