Commit a88f74a5 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

create path for camogm pipes

parent d034dee8
...@@ -92,5 +92,6 @@ if [ $SATA_EN -eq 1 ]; then ...@@ -92,5 +92,6 @@ if [ $SATA_EN -eq 1 ]; then
fi fi
echo "starting temperature monitor with fan control disabled" echo "starting temperature monitor with fan control disabled"
tempmon.py --control_fan off & tempmon.py --control_fan off &
mkdir /var/volatile/state
echo "/etc/init_elphel393.sh done" echo "/etc/init_elphel393.sh done"
exit 0 exit 0
...@@ -85,5 +85,6 @@ if [ $SATA_EN -eq 1 ]; then ...@@ -85,5 +85,6 @@ if [ $SATA_EN -eq 1 ]; then
fi fi
echo "starting temperature monitor with fan control disabled" echo "starting temperature monitor with fan control disabled"
tempmon.py --control_fan off & tempmon.py --control_fan off &
mkdir /var/volatile/state
echo "/etc/init_elphel393.sh done" echo "/etc/init_elphel393.sh done"
exit 0 exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment