1eef27beb8
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cronie#e304e4268e6269aacf1f7bc778fbcadb9d4a1505
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/bash
|
|
|
|
printf "LANG=$LANG\n" > /tmp/cronie-jobs-environment.log;
|
|
printf "EUID=$EUID\n" >> /tmp/cronie-jobs-environment.log;
|
|
|