mirror of
https://github.com/jung-geun/DynamicDNS-SSL.git
synced 2025-12-19 20:44:40 +09:00
10 lines
228 B
Bash
10 lines
228 B
Bash
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
if [ ! -f $DIR/config/env.json ]; then
|
|
cp $DIR/init/default_env.json $DIR/config/env.json
|
|
fi
|
|
|
|
sh $DIR/run_script.sh
|
|
|
|
# tail -f /var/log/cloudflare_ddns.log |