gns3.service.openrc: make openrc script posix compliant

This commit is contained in:
Michael Mair-Keimberger 2022-08-08 19:23:16 +02:00
parent 0433065b8b
commit 3b108563a0

View File

@ -23,7 +23,7 @@ depend() {
checkconfig() { checkconfig() {
if yesno "${GNS3_SERVER_LOG_ENABLED}" ; then if yesno "${GNS3_SERVER_LOG_ENABLED}" ; then
command_args+=" --log ${GNS3_SERVER_LOG}"; command_args="${command_args} --log ${GNS3_SERVER_LOG}";
if [ "${command_user}" ] ; then if [ "${command_user}" ] ; then
checkpath --directory --mode 0700 --owner "${command_user}" "${GNS3_SERVER_LOG_PATH}"; checkpath --directory --mode 0700 --owner "${command_user}" "${GNS3_SERVER_LOG_PATH}";
else else