From 171100fbfbbe840bd66a204a81f7bfb23be6337b Mon Sep 17 00:00:00 2001 From: hw082182638/hw082182638 <944451855@qq.com> Date: Sun, 28 Apr 2024 14:14:49 +0800 Subject: [PATCH] fix devkit install bash --- scripts/install_devkit.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install_devkit.sh b/scripts/install_devkit.sh index 11d2ec8..35d72e7 100644 --- a/scripts/install_devkit.sh +++ b/scripts/install_devkit.sh @@ -81,11 +81,9 @@ function modify_guncorn_service_file() { cp -f ${ROOTFS}/tmp/DevKit-All-24.0.T10-Linux-Kunpeng/config/gunicorn_framework.service ${ROOTFS}/usr/lib/systemd/system/gunicorn_framework.service run_on_rootfs "systemctl enable gunicorn_plugin.service" - run_on_rootfs "systemctl deamon-reload gunicorn_plugin.service" run_on_rootfs "systemctl enable gunicorn_framework.service" - run_on_rootfs "systemctl deamon-reload gunicorn_framework.service" run_on_rootfs "systemctl enable devkit_nginx.service" - run_on_rootfs "systemctl deamon-reload devkit_nginx.service" + run_on_rootfs "systemctl daemon-reload } function install_kit() -- Gitee