💻 Software
Script <SCRIPT_NAME> is broken: missing end of LSB comment
Fresh5 days ago
Mar 15, 20266628 viewsConfidence Score0%
0%
Problem
I am getting this error when running: insserv -r udo-startup.sh insserv: Script udo-startup.sh is broken: missing end of LSB comment. insserv: exiting now! The content of udo-startup.sh is this:
Error Output
#!/bin/bash ### BEGIN INIT INFO # Provides: udo-startup.sh # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Script <SCRIPT_NAME> is broken: missing end of LSB comment
Low Risk
Looks like you are missing last "O" in comment section ("### END INIT INF" -> "### END INIT INFO")
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix