sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

Install.sh skips if ntp is not located in /etc/init.d/ #13

Closed ThomsonIT closed 9 years ago

ThomsonIT commented 9 years ago

Fixed with a second

if [ -f /etc/init.d/ntp ]; then
    /etc/init.d/ntp start
fi

on line 20