diff --git a/install.sh b/install.sh index 80ca702..fb9a1e8 100755 --- a/install.sh +++ b/install.sh @@ -10,4 +10,4 @@ mkdir -p /etc/dinnerbell/audio/ && \ chmod 777 /etc/dinnerbell/audio/ && \ /usr/bin/cp "$SCRIPT_DIR"/dinnerbell.service /etc/systemd/system/dinnerbell.service && \ systemctl daemon-reload && \ -systemctl restart playclock.service +systemctl restart dinnerbell.service