From 257b18b933e6b2cdc4535a4bd7cef4f7c6aa7176 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 --- pamidi_github/install_daemon_systemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pamidi_github/install_daemon_systemd.sh b/pamidi_github/install_daemon_systemd.sh index db914e19..e209c968 100644 --- a/pamidi_github/install_daemon_systemd.sh +++ b/pamidi_github/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!"