summaryrefslogtreecommitdiffstats
path: root/deployd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deployd.sh')
-rwxr-xr-xdeployd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployd.sh b/deployd.sh
index 84f7bcc..3321abe 100755
--- a/deployd.sh
+++ b/deployd.sh
@@ -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"