Skip to content

Commit

Permalink
add plus
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Dec 18, 2022
1 parent 92ca37a commit b79acba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/deb-bundle/usr/bin/ipscan
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
java=$JAVA_HOME/bin/java
[ ! -e $java ] && java=java
$java --add-opens java.base/java.net=ALL-UNNAMED -jar /usr/lib*/ipscan/ipscan*.jar "$@"
[ $? != 0 ] && notify-send "You need Java/OpenJDK 11 to run ipscan"
[ $? != 0 ] && notify-send "You need Java/OpenJDK 11+ to run ipscan"

0 comments on commit b79acba

Please sign in to comment.