Commit 1a413026 authored by Responsable poste La Metro's avatar Responsable poste La Metro
Browse files

Update update_passwords.sh

j'ai changé "for u in prof direction administrateur root" par "for u in direction administrateur root"
parent 6de61a26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
for u in prof direction administrateur root
for u in direction administrateur root
do
    pass=$(zenity --title "pré installation" --text "Veuillez entrer le nouveau mot de passe $u" --entry)