uci-docker-nextcloud/deploy/restart

4 lines
33 B
Plaintext
Raw Normal View History

2024-09-12 16:21:59 -07:00
#!/bin/bash
./stop $@
./start $@