Skip to content

Commit

Permalink
Update files_check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie committed Aug 24, 2022
1 parent 7926a53 commit 8f676c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/pi/candle/files_check.sh
Expand Up @@ -163,9 +163,6 @@ fi
if [ ! -f /usr/bin/bluealsa ]; then
echo "/usr/bin/bluealsa is missing"
fi
if [ ! -f /opt/vc/lib/plugins/plugins/reader_metadata_id3.so ]; then
echo "/opt/vc/lib/plugins/plugins/reader_metadata_id3.so is missing"
fi

if [ ! -d /var/run/mosquitto ]; then
echo "/var/run/mosquitto dir is missing"
Expand Down Expand Up @@ -196,3 +193,6 @@ if [ -f /home/pi/.webthings/zero.fill ]; then
echo "/home/pi/.webthings/zero.fill file exists"
rm /home/pi/.webthings/zero.fill
fi
if [ -d /opt/vc/lib ]; then
echo "/opt/vc/lib directory still exists"
fi

0 comments on commit 8f676c9

Please sign in to comment.