Fix crontab path

This commit is contained in:
clerie 2025-02-16 15:03:25 +01:00
parent 9d6f2d6db9
commit e87ada4835

View File

@ -5,7 +5,7 @@ set -euo pipefail
echo "# Generated from ~/.config/cron.d" echo "# Generated from ~/.config/cron.d"
echo "# Use crontab-dir-update to regenerate" echo "# Use crontab-dir-update to regenerate"
echo echo
echo "PATH=$HOME/.local/bin:$HOME/bin:\$PATH" echo "PATH=$HOME/.local/bin:$HOME/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin"
echo echo
find $HOME/.config/cron.d -mindepth 1 -maxdepth 1 -type f | sort | xargs cat find $HOME/.config/cron.d -mindepth 1 -maxdepth 1 -type f | sort | xargs cat