diff --git a/bundles/uberspace-crontab-dir/files/crontab-dir-generate-crontab.sh b/bundles/uberspace-crontab-dir/files/crontab-dir-generate-crontab.sh index db70fc2..2e6b77f 100755 --- a/bundles/uberspace-crontab-dir/files/crontab-dir-generate-crontab.sh +++ b/bundles/uberspace-crontab-dir/files/crontab-dir-generate-crontab.sh @@ -5,7 +5,7 @@ set -euo pipefail echo "# Generated from ~/.config/cron.d" echo "# Use crontab-dir-update to regenerate" 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 find $HOME/.config/cron.d -mindepth 1 -maxdepth 1 -type f | sort | xargs cat