Skip to content

Commit

Permalink
Add mopidy extensions versions to script
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored Dec 23, 2020
1 parent 7bfab75 commit 7744519
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scripts/helperscripts/Analytics_AfterInstallScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ ls -lh /etc/lighttpd/lighttpd.conf
echo "*** /etc/lighttpd/conf-available/15-fastcgi-php.conf"
ls -lh /etc/lighttpd/conf-available/15-fastcgi-php.conf

echo "*** /etc/php/7.0/fpm/php.ini"
ls -lh /etc/php/7.0/fpm/php.ini
echo "*** /etc/php/7.3/fpm/php.ini"
ls -lh /etc/php/7.3/fpm/php.ini

echo "*** /etc/sudoers"
ls -lh /etc/sudoers

echo "*** /etc/systemd/system/phoniebox*"
ls -lh /etc/systemd/system/phoniebox-rfid-reader.service
ls -lh /etc/systemd/system/phoniebox-startup-sound.service
ls -lh /etc/systemd/system/phoniebox-gpio-buttons.service
ls -lh /etc/systemd/system/phoniebox-startup-scripts.service
ls -lh /etc/systemd/system/phoniebox-gpio-control.service
ls -lh /etc/systemd/system/phoniebox-idle-watchdog.service

echo "*** /etc/mpd.conf"
Expand All @@ -65,9 +65,6 @@ echo " "
echo "*** /etc/locale.gen"
ls -lh /etc/locale.gen

echo "*** /etc/locale.gen"
ls -lh /etc/locale.gen

echo "*** /etc/mopidy/mopidy.conf"
ls -lh /etc/mopidy/mopidy.conf
sudo cat /etc/mopidy/mopidy.conf | grep username
Expand All @@ -82,4 +79,6 @@ sudo cat ~/.config/mopidy/mopidy.conf | grep username
#sudo cat ~/.config/mopidy/mopidy.conf | grep client_id
#sudo cat ~/.config/mopidy/mopidy.conf | grep client_secret

sudo mopidyctl deps

echo " "

0 comments on commit 7744519

Please sign in to comment.