6 lines
153 B
Bash
6 lines
153 B
Bash
|
#!/bin/bash
|
||
|
## deploy to machine as automod.new
|
||
|
## stop automod service
|
||
|
## mv automod.new to automod
|
||
|
## restart automod service
|
||
|
## idea: websocket event?
|