diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-05 14:06:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-08 10:04:33 +0100 |
commit | be6b1c554d72cbd3c1e0112a2196e446604a790a (patch) | |
tree | ba4ea413b98bc4369600473bfaa226560ba4d7ea | |
parent | 36eb268e4237f52aac37a57b2280d34a6bc8143f (diff) | |
download | itzks-systems-be6b1c554d72cbd3c1e0112a2196e446604a790a.tar.gz itzks-systems-be6b1c554d72cbd3c1e0112a2196e446604a790a.tar.bz2 itzks-systems-be6b1c554d72cbd3c1e0112a2196e446604a790a.zip |
share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks: Add FIXME. Report how many files/hosts have been updated.
-rwxr-xr-x | share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks b/share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks index a3dbd01..cc8fc68 100755 --- a/share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks +++ b/share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks @@ -105,6 +105,7 @@ for dlw_host in ${DLW_HOSTS}; do done +# FIXME: count updated files / hosts logger -t update-dlw-krb5-keytabs -p notice "Diskless workstation Krb5 keytab files updated." exit 0 |