From 27cfd9a5766ed3a5611f94536df3ba925017e3d3 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:20:49 -0800 Subject: [PATCH] Fix typo --- install_daemon_systemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_daemon_systemd.sh b/install_daemon_systemd.sh index db914e1..e209c96 100644 --- a/install_daemon_systemd.sh +++ b/install_daemon_systemd.sh @@ -11,4 +11,4 @@ systemctl --user daemon-reload systemctl --user enable pamidi.service systemctl --user start pamidi.service -edho "Done!" \ No newline at end of file +echo "Done!"