Escape init startup variables

pull/1/merge^2
Temur Vibliani 10 years ago
parent 97563a69fe
commit df55571968

@ -132,10 +132,10 @@ cat <<EOF > ~/$OE_CONFIG
#!/bin/sh #!/bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: $OE_CONFIG # Provides: $OE_CONFIG
# Required-Start: $remote_fs $syslog # Required-Start: \$remote_fs \$syslog
# Required-Stop: $remote_fs $syslog # Required-Stop: \$remote_fs \$syslog
# Should-Start: $network # Should-Start: \$network
# Should-Stop: $network # Should-Stop: \$network
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Enterprise Business Applications # Short-Description: Enterprise Business Applications

Loading…
Cancel
Save