Merge pull request from p0isk/S95_restart-patch

Correct Restart in init.d/S95*
pull/110/head
Igor Zalatov 2021-12-14 12:44:10 +03:00 committed by GitHub
commit e3be10a2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions
general/package
goke-osdrv-gk7205v200/files/script
hisilicon-osdrv-hi3516av100/files/script
hisilicon-osdrv-hi3516cv100/files/script
hisilicon-osdrv-hi3516cv200/files/script
hisilicon-osdrv-hi3516cv300/files/script
hisilicon-osdrv-hi3516cv500/files/script
hisilicon-osdrv-hi3516ev300/files/script
novatek-osdrv-nt9856x/files/script
sigmastar-osdrv-ssc335/files/script
xiongmai-osdrv-xm510/files/script
xiongmai-osdrv-xm530/files/script

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -56,7 +56,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -56,7 +56,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -60,7 +60,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -74,7 +74,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {