6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp /tmp/default.conf /etc/nginx/conf.d/
|
|
/etc/init.d/cron start
|
|
crontab /etc/cron.d/*
|