Files
DynamicDNS-SSL/start.sh

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