mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/bash
|
|
|
|
echo "Initializing cron..."
|
|
# Placeholder for cron initialization commands
|
|
echo "cron initialized."
|