From fe9e38bc0e8781d1ea05dd681cd01958b6065ea3 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 11 Nov 2024 10:57:12 +0100 Subject: [PATCH] Remove wrong line --- installer/installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index 434f834..d356cf4 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -52,7 +52,6 @@ install_external_packages() { install_ogrepo-api_service() { cp -r $DOWNLOAD_DIR/installer/files/ogrepo-api.service /etc/systemd/system/ogrepo-api.service systemctl enable --now ogrepo-api - systemctl start ogrepository } install_files() {