From 599d39b69d3106c025475cb77603a11363b0badb Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Fri, 25 Aug 2023 11:56:48 +1200 Subject: [PATCH] Correct service file location in repository --- install/freebsd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/freebsd/install.sh b/install/freebsd/install.sh index 0b3bb7fdc..ad26169f1 100644 --- a/install/freebsd/install.sh +++ b/install/freebsd/install.sh @@ -13,7 +13,7 @@ npm install npm audit fix npm run postinstall -cp freebsd/rc.d/homebrewery /usr/local/etc/rc.d/ +cp install/freebsd/rc.d/homebrewery /usr/local/etc/rc.d/ chmod +x /usr/local/etc/rc.d/homebrewery sysrc homebrewery_enable=YES