Unverified Commit 0f79fba9 authored by Dominik George's avatar Dominik George
Browse files

update-cert-dbs: Silence id command.

parent 6438b857
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ for dir in "$BASE_HOME"/*; do

    # Extract username and check existence
    username=${dir##*/}
    id "$username" || continue
    id "$username" >/dev/null || continue

    if [ -d "$dir/.mozilla/firefox/debian-edu.default" ] ; then
        su - $username sh -c 'certutil  -A -d sql:$HOME/.mozilla/firefox/debian-edu.default/ -t "CT,CT," -n "DebianEdu" -i /etc/ssl/certs/Debian-Edu_rootCA.crt'