Skip to content
Snippets Groups Projects
Commit 295601f3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Upgrade inadyn

parent ead7f41f
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ if [ -d "$PROJECT_DIR" ]; then
fi
#rebuild_exim_with_socks
update_inadyn_config
install_dynamicdns
torrc_migrate
nodejs_upgrade
apt-get -yq -t stretch-backports install certbot
......
......@@ -435,6 +435,10 @@ function upgrade_inadyn_config {
return
fi
if [ ! -f /usr/sbin/inadyn ]; then
return
fi
if grep -q "{" "${INADYN_CONFIG_FILE}"; then
return
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment