5 lines
41 B
Plaintext
5 lines
41 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
service cron restart
|