File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,18 +79,18 @@ initial)
79
79
fi
80
80
81
81
echo ' Attempting initial certificate generation'
82
- ${PODMAN_CMD} ${LEGO_ARGS} --accept-tos run && deploy_cert && add_captive && podman restart unifi-os &
82
+ ${PODMAN_CMD} ${LEGO_ARGS} --accept-tos run && deploy_cert && add_captive && unifi-os restart & > /dev/null &
83
83
;;
84
84
renew)
85
85
echo ' Attempting certificate renewal'
86
86
${PODMAN_CMD} ${LEGO_ARGS} renew --days 60 && deploy_cert
87
87
if [ " ${NEW_CERT} " = " yes" ]; then
88
- add_captive && podman restart unifi-os &
88
+ add_captive && unifi-os restart & > /dev/null &
89
89
fi
90
90
;;
91
91
bootrenew)
92
92
echo ' Attempting certificate renewal'
93
- ${PODMAN_CMD} ${LEGO_ARGS} renew --days 60 && deploy_cert && add_captive && podman restart unifi-os &
93
+ ${PODMAN_CMD} ${LEGO_ARGS} renew --days 60 && deploy_cert && add_captive && unifi-os restart & > /dev/null &
94
94
;;
95
95
testdeploy)
96
96
echo ' Attempting to deploy certificate'
You can’t perform that action at this time.
0 commit comments