Skip to content

Commit

Permalink
minor non-functional updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SamEureka committed Jul 18, 2022
1 parent d3ec4b4 commit 5e657bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ data:
- raspberry-pi2
- raspberrypi3
- raspberrypi4-64
version: 1.0.3
version: 1.0.4
6 changes: 3 additions & 3 deletions balenaPhono/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Build the config files
python3 phonoConfig.py

echo "Copying icecast2 service and config."
echo "Copying icecast2 service and config"
cp icecast2 /etc/default/
cp icecast.xml /etc/icecast2/

Expand All @@ -17,9 +17,9 @@ sleep 2
## You may need to change this to /proc/asound/card1 ##
until [ -d /proc/asound/card0 ]
do
echo "Waiting for USB sound device."
echo "Waiting for USB sound device"
sleep 5
done

echo "USB device detected, starting Darkice stream."
echo "USB device detected, starting Darkice stream"
darkice -c ./darkice.cfg

0 comments on commit 5e657bf

Please sign in to comment.