Fix some relative paths in the install script
1 files changed, 2 insertions(+), 2 deletions(-) M freebsd/install.sh
M freebsd/install.sh => freebsd/install.sh +2 -2
@@ 7,8 7,8 @@ shellcheck "$0" mkdir /usr/local/etc/halp mkdir /usr/local/share/halp mkdir /var/log/halp cp -R halp.pl lib www /usr/local/share/halp cp ./halp-config.pl /usr/local/etc/halp/halp-config.pl cp -R ../halp.pl ../lib ../www /usr/local/share/halp cp ./freehalp-config.pl /usr/local/etc/halp/halp-config.pl cp ./halp /etc/rc.d/halp sysrc -f /etc/rc.conf halp_enable="YES" service halp start