Skip to content

Commit

Permalink
Fix multicast restart in rsync-post-upload.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Sep 8, 2022
1 parent 7679afc commit bd7bc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverfs/usr/share/linuxmuster/linbo/rsync-post-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ case "$EXT" in
qcow2)
# restart multicast service if image file was uploaded.
echo "Image file $BASENAME detected. Restarting multicast service if enabled." >&2
/etc/init.d/linbo-multicast restart >&2
linbo-multicast restart >&2

# save samba passwords of host we made the new image
LDBSEARCH="$(which ldbsearch)"
Expand Down

0 comments on commit bd7bc65

Please sign in to comment.