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