From 899cfdafb065cb7d05efaae2c5f4202c9e5d94a1 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 23 Jul 2024 13:31:11 +0700 Subject: [PATCH] fix typo --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 0a0c03b..c57ae44 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,8 @@ -systemctl --user stop tcehtransthai-blog -cp tcehtransthai-blog.container ~/.config/containers/systemd +systemctl --user stop techtransthai-blog +cp techtransthai-blog.container ~/.config/containers/systemd systemctl --user daemon-reload -podman build -t tcehtransthai-blog . +podman build -t techtransthai-blog . -systemctl --user start tcehtransthai-blog \ No newline at end of file +systemctl --user start techtransthai-blog \ No newline at end of file