diff --git a/debian/weatherstation-weatherd.postinst b/debian/weatherstation-weatherd.postinst index 12d2fb8..68bb2f8 100644 --- a/debian/weatherstation-weatherd.postinst +++ b/debian/weatherstation-weatherd.postinst @@ -8,10 +8,10 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then --disabled-password --disabled-login \ --shell /bin/false \ weatherstation - adduser weatherstation dailout + adduser weatherstation dialout echo "." fi # Fixperms: /bin/chown weatherstation:weatherstation /etc/weatherstation/weatherd.conf -/bin/chmod 440 /etc/weatherstation/weather.conf +/bin/chmod 440 /etc/weatherstation/weatherd.conf