diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 582f583..2147deb 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -2,4 +2,4 @@ # Script executado pós instalação interface=$(ip -o -4 route show to default | awk '{print $5}') -systemctl enable --now wol@$interface.service +systemctl enable --now wol@$interface.service \ No newline at end of file