mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
Deleted restart power functions at the beginning of scripts
This commit is contained in:
parent
44f62e6c22
commit
7f9e5d3709
@ -51,7 +51,7 @@ function restart_power()
|
||||
gpio -g write $ENABLE 0 # power is enabled
|
||||
}
|
||||
|
||||
restart_power # Restart power
|
||||
#restart_power
|
||||
|
||||
# Modem power up
|
||||
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
||||
|
@ -52,7 +52,7 @@ function restart_power()
|
||||
gpio -g write $DISABLE 1 # power is enabled
|
||||
}
|
||||
|
||||
restart_power # Restart power
|
||||
#restart_power
|
||||
|
||||
# Modem power up
|
||||
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
||||
|
@ -52,7 +52,7 @@ function restart_power()
|
||||
gpio -g write $DISABLE 1 # power is enabled
|
||||
}
|
||||
|
||||
restart_power # Restart power
|
||||
#restart_power
|
||||
|
||||
# Modem power up
|
||||
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
||||
|
Loading…
Reference in New Issue
Block a user