Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ load_rc_config $name
pidfile="/var/run/${name}.pid"
command="/usr/local/bin/checkmyip.py"
command_interpreter="/usr/local/bin/python3.11"
command_interpreter="/usr/local/bin/python3.9"
command_args="&"
start_precmd="checkmyip_precmd"

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python3.11
#!/usr/local/bin/python3.9
##### BSD Cafe CheckMyIP Server #####