uci-docker-nextcloud/deploy/restart

4 lines
33 B
Bash
Executable File

#!/bin/bash
./stop $@
./start $@