4 lines
216 B
Bash
4 lines
216 B
Bash
#!/bin/bash
|
|
/root/.cargo/bin/monitor --creds /root/.config/monitor/creds.toml execute stop-stack demo-immich
|
|
sleep 3s
|
|
/root/.cargo/bin/monitor --creds /root/.config/monitor/creds.toml execute deploy-stack demo-immich |