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