diff --git a/DEBIAN/postinst b/DEBIAN/postinst index deae26d..1603ed4 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,6 +1,7 @@ #!/bin/sh +set +e + # Script executado pós instalação interface=$(ip -o -4 route show to default | awk '{print $5}') -systemctl enable --now wol@$interface.service -return 0 \ No newline at end of file +systemctl enable --now wol@$interface.service \ No newline at end of file