workan on pyenv

This commit is contained in:
2025-08-14 23:44:45 -06:00
parent c8a099c804
commit b9acf08524
4 changed files with 50 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# from https://askubuntu.com/questions/3299/how-to-run-cron-job-when-network-is-up
# usage in root cron
## @reboot bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/cron.error.log
## @reboot bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup"
# Configurable values
## How many times we should check if we're online - this prevents infinite looping