File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,16 @@ case "$1" in
24
24
addgroup --quiet --system netconf
25
25
fi
26
26
env - \
27
- SYSREPOCTL_EXECUTABLE=sysrepoctl \
28
27
NP2_MODULE_DIR=/usr/share/yang/modules/netopeer2 \
29
28
NP2_MODULE_PERMS=660 \
30
29
NP2_MODULE_OWNER=root \
31
30
NP2_MODULE_GROUP=netconf \
31
+ LN2_MODULE_DIR=/usr/share/yang/modules/libnetconf2 \
32
32
bash /usr/share/netopeer2/scripts/setup.sh
33
33
env - \
34
- SYSREPOCFG_EXECUTABLE=sysrepocfg \
35
- OPENSSL_EXECUTABLE=openssl \
36
- bash /usr/share/netopeer2/scripts/merge_hostkey.sh
34
+ bash /usr/share/netopeer2/scripts/merge_hostkey.sh
37
35
env - \
38
- SYSREPOCFG_EXECUTABLE=sysrepocfg \
39
- bash /usr/share/netopeer2/scripts/merge_config.sh
36
+ bash /usr/share/netopeer2/scripts/merge_config.sh
40
37
;;
41
38
42
39
abort-upgrade|abort-remove|abort-deconfigure)
You can’t perform that action at this time.
0 commit comments