@ -119,6 +119,7 @@ else
FLAG=1
fi
sudo su
FILE=/root/.asoundrc
if [ -f "$FILE" ]; then
if [[ $(diff /home/pi/CubeSatSim/asoundrc /root/.asoundrc) ]]; then
@ -133,6 +134,7 @@ else
sudo cp /home/pi/CubeSatSim/asoundrc /root/.asoundrc
su pi
FILE=/home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg
if [ ! -f "$FILE" ]; then
Powered by TurnKey Linux.