mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-01 15:52:28 -07:00
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/bash
|
|
|
|
echo "Initializing cron..."
|
|
# Placeholder for cron initialization commands
|
|
echo "cron initialized."
|