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