2
0
Files
build.wfc/debbuild/DEBIAN/postinst
2025-02-19 14:38:52 +08:00

15 lines
256 B
Plaintext
Executable File

# !/bin/bash
wfc_root_dir=/opt/wfc
systemd_dir=/etc/systemd/system
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/*
systemctl daemon-reload
systemctl enable wfccontrol.service