mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 23:24:55 +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
|
gpio -g write $ENABLE 0 # power is enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
restart_power # Restart power
|
#restart_power
|
||||||
|
|
||||||
# Modem power up
|
# 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
|
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
|
gpio -g write $DISABLE 1 # power is enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
restart_power # Restart power
|
#restart_power
|
||||||
|
|
||||||
# Modem power up
|
# 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
|
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
|
gpio -g write $DISABLE 1 # power is enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
restart_power # Restart power
|
#restart_power
|
||||||
|
|
||||||
# Modem power up
|
# 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
|
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