commit | c16331ad139ab8b8de36f3d26ac59dae2015b7ff | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Dec 18 22:32:09 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Dec 18 22:32:09 2014 -0800 |
tree | b7ce133fd064cff68ea17089915bba86f75a724d | |
parent | 010a4ae3752f977e615417bf08a1ad0d385d046c [diff] [blame] |
ndns: Update
diff --git a/ndns/debian/ndns.upstart b/ndns/debian/ndns.upstart index b3d50f2..7487d38 100644 --- a/ndns/debian/ndns.upstart +++ b/ndns/debian/ndns.upstart
@@ -15,7 +15,7 @@ export HOME=/var/lib/ndns NDNS_DAEMON_ENABLE=false . /etc/default/ndns - if [[ $NDNS_DAEMON_ENABLE == "true" ]]; then + if [ "$NDNS_DAEMON_ENABLE" = "true" ]; then exec /usr/bin/ndns-daemon -c /etc/ndns/ndns.conf fi end script