'Setup-Step1.sh' updaten

This commit is contained in:
2019-08-25 15:08:55 +00:00
parent 34c583b4f8
commit a42c070640

View File

@@ -369,8 +369,8 @@ cat <<EOF > /etc/init.d/beep
#! /bin/sh -e #! /bin/sh -e
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: beep # Provides: beep
# Required-Start: $syslog # Required-Start: \$syslog
# Required-Stop: $syslog # Required-Stop: \$syslog
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: beep # Short-Description: beep
@@ -379,7 +379,7 @@ cat <<EOF > /etc/init.d/beep
### END INIT INFO ### END INIT INFO
# Carry out specific functions (start, stop, restart etc) # Carry out specific functions (start, stop, restart etc)
case "$1" in case "\$1" in
start) start)
beep -l 75 -f 500 -n -l 75 -f 1000 -n -l 75 -f 2000 -n -l 75 -f 3000 beep -l 75 -f 500 -n -l 75 -f 1000 -n -l 75 -f 2000 -n -l 75 -f 3000
;; ;;