|
|
|
|
@ -18,7 +18,7 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFAUQBM+p7ET8XRQE+UN6wa9DxQTMWlqErny7URZRtKE
|
|
|
|
|
")) |
|
|
|
|
|
|
|
|
|
(let ((output-port (open-file "/data/cronjob.sh" "w"))) |
|
|
|
|
(display "#!/usr/bin/env -S guix shell -- bash |
|
|
|
|
(display "#!/usr/bin/env -S guix shell bash -- bash |
|
|
|
|
|
|
|
|
|
set -x |
|
|
|
|
|
|
|
|
|
@ -44,7 +44,7 @@ cd cron-scripts
|
|
|
|
|
find . -type f -executable | sort | while read script |
|
|
|
|
do |
|
|
|
|
echo running $script |
|
|
|
|
./$script |
|
|
|
|
$script |
|
|
|
|
done |
|
|
|
|
" output-port) |
|
|
|
|
(newline output-port) |
|
|
|
|
|