From 0a3a366d40ecd349a1b2630c997a70edc3d207e7 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Thu, 17 Apr 2025 21:05:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20sh=E6=8E=88=E6=9D=83=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debbuild/DEBIAN/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debbuild/DEBIAN/postinst b/debbuild/DEBIAN/postinst index 8a2c3b7..a27a196 100755 --- a/debbuild/DEBIAN/postinst +++ b/debbuild/DEBIAN/postinst @@ -6,6 +6,8 @@ fe_dist_dir=${wfc_root_dir}/opt/wfc/docker/nginx/html/dist wfc_bin_dir=${wfc_root_dir}/bin chmod +rx ${wfc_root_dir}/bin/* +chmod +rx ${wfc_root_dir}/docker/license-server/generatelic.sh +chmod +rx ${wfc_root_dir}/docker/license-server/licensecontrol.sh systemctl daemon-reload systemctl enable wfccontrol.service