diff options
-rwxr-xr-x | deployd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ if [ -n "${NEW_PROFILE}" ]; then if [ ${INST_LINK} = ${NEW_LINK} ]; then log "${MAC_ADDR} was already installed" elif ln -sf ${NEW_LINK} ${PXE_FILE}; then + killall -USR1 drakpelinux log "${MAC_ADDR} successfully installed" else log "unable to switch ${MAC_ADDR} to boot profile" |