Commit 5c13eff2 authored by Responsable poste La Metro's avatar Responsable poste La Metro
Browse files

Update add_session_script.sh

j'ai changer USERS="01-mini 02-super 03-maxi prof direction" par USERS="direction"
parent 509e0ffd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
USERS="01-mini 02-super 03-maxi prof direction"
USERS="direction"
for u in $USERS
do
	if [ -z "`grep '^exec /usr/local/bin/session.sh' /home/$u/.fluxbox/startup `" ]