We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The file scripts/ups.sh is missing a block:
### BEGIN INIT INFO # Provides: ups # Required-Start: $remote_fs # Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: UPS Monitor # Description: Starts the Buy A Pi UPS HAT Monitor ### END INIT INFO
This prevents the script to start.
The text was updated successfully, but these errors were encountered:
Fixed here: https://github.com/Martin-HiPi/ups/commit/7363f4da87be9fdd1c9af586f68efe5072b70cc5
Sorry, something went wrong.
No branches or pull requests
The file scripts/ups.sh is missing a block:
This prevents the script to start.
The text was updated successfully, but these errors were encountered: