diff --git a/do_postinstall.sh b/do_postinstall.sh index 263f12344148b5b5cfcc522e6be3d0e9f55f214e..3fb64e6561fce4bc14e5df0f843b45c489116175 100755 --- a/do_postinstall.sh +++ b/do_postinstall.sh @@ -32,6 +32,7 @@ then ssh $ctn ./postinstall_$ctn.sh ssh $ctn rm postinstall_$ctn.sh done + Maj-Auto else echo "Please run postinstall on the master" exit 1 diff --git a/postinstall_partage.sh b/postinstall_partage.sh index 1ca2bb57e0fb7a37c004cfecd58401ac6855bfab..b1e751b7f9d9d05a72169667180f25cabcbd8568 100755 --- a/postinstall_partage.sh +++ b/postinstall_partage.sh @@ -21,7 +21,6 @@ branch=eole-amon-ecole-2.8 if [ "$(dpkg -l | grep git)" ] then - apt-eole update apt-eole install \ git \ printer-driver-splix \ @@ -61,7 +60,7 @@ done line="0 1 1 * * $DIR/registry/scripts/clean.sh > /dev/null 2>&1" (crontab -l | grep -v "registry"; echo "${line}") | crontab - -# Copy ssh key to tftp +# Copy ssh key to ftp while [ ! -e "/root/.ssh/id_rsa.pub" ] do sleep 10 diff --git a/postinstall_reseau.sh b/postinstall_reseau.sh index a47a351e90ce6713a98d9eb515fd0158a3e8e377..10478ac509196805516c05848ad57ef5250dbc5e 100755 --- a/postinstall_reseau.sh +++ b/postinstall_reseau.sh @@ -21,7 +21,6 @@ branch=eole-amon-ecole-2.8 if [ "$(dpkg -l | grep git)" ] then - apt-eole update apt-eole install \ git \ xrdp