Loading do_postinstall.sh +4 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ echo "Récupération de la clef ssh du serveur" tftp ecole-dc <<'EOF' get id_rsa.pub get secret.tgz get vnc.passwd quit EOF sshdir="/root/.ssh/" Loading @@ -54,6 +55,9 @@ rm secret.tgz chown -R root:root /etc/cifs cd - mv vnc.passwd /etc/.vnc.passwd chown administrateur:administrateur /etc/.vnc.passwd chmod 600 /etc/.vnc.passwd hostn=`hostname` echo "Veuillez entrer le numéro de poste" Loading Loading
do_postinstall.sh +4 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ echo "Récupération de la clef ssh du serveur" tftp ecole-dc <<'EOF' get id_rsa.pub get secret.tgz get vnc.passwd quit EOF sshdir="/root/.ssh/" Loading @@ -54,6 +55,9 @@ rm secret.tgz chown -R root:root /etc/cifs cd - mv vnc.passwd /etc/.vnc.passwd chown administrateur:administrateur /etc/.vnc.passwd chmod 600 /etc/.vnc.passwd hostn=`hostname` echo "Veuillez entrer le numéro de poste" Loading