Browse Source

fix: warning after reboot

pull/8878/head
ibuler 2 years ago
parent
commit
995d8cadb9
  1. 1
      entrypoint.sh

1
entrypoint.sh

@ -22,3 +22,4 @@ elif [[ "$action" == "sleep" ]];then
else
python jms "${action}" "${service}"
fi

Loading…
Cancel
Save