]> git.proxmox.com Git - pve-installer.git/commitdiff
terminated all started daemons in a generic way
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Mar 2021 18:45:30 +0000 (19:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Mar 2021 18:45:40 +0000 (19:45 +0100)
Reported-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
unconfigured.sh

index 86415ae45163085798ad80531e0422667d01bdc1..1997de5d8c2647637ce26cea8700afbc1556dfc1 100755 (executable)
@@ -124,8 +124,9 @@ if [ $proxdebug -ne 0 ]; then
 fi
 
 echo "Installation done, rebooting... "
-#mdadm -S /dev/md0 >/dev/tty2 2>&1
-kill $(pidof dhclient) 2>&1 > /dev/null
+
+killall5 -15
+
 real_reboot
 
 # never reached