mirror of
https://github.com/netbirdio/pfsense-netbird.git
synced 2026-05-22 18:04:30 -07:00
7 lines
145 B
Bash
7 lines
145 B
Bash
#!/bin/sh
|
|
|
|
if [ "${2}" != "POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
${PKG_ROOTDIR}/usr/local/bin/php -f ${PKG_ROOTDIR}/etc/rc.packages %%PORTNAME%% ${2} |