2
0

feat: sh授权执行

This commit is contained in:
caiyuchao
2025-04-17 21:05:03 +08:00
parent 5c0a05a308
commit 0a3a366d40

View File

@@ -6,6 +6,8 @@ fe_dist_dir=${wfc_root_dir}/opt/wfc/docker/nginx/html/dist
wfc_bin_dir=${wfc_root_dir}/bin wfc_bin_dir=${wfc_root_dir}/bin
chmod +rx ${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 daemon-reload
systemctl enable wfccontrol.service systemctl enable wfccontrol.service