10-18-2022, 05:06 PM
Hello Felix, hello Kent,
@TheOldPresbyope
the problem is, probably due to the test on the old /var/www/command/moode.php that does not exists anymore.
@felix
try to do that:
moving with the arrow keys, add an "#" at the begin of each of the following lines:
in order to get:
Then save the file (Ctrl "o" and Enter) and exit (Ctrl "x")
At this point repeat the installation:
Reboot:
try and let's know.
Good luck and best regards,
Francesco
@TheOldPresbyope
the problem is, probably due to the test on the old /var/www/command/moode.php that does not exists anymore.
@felix
try to do that:
Code:
nano /home/pi/moOdeCDPlay-master/install.sh
moving with the arrow keys, add an "#" at the begin of each of the following lines:
Code:
if [ ! -f /var/www/command/moode.php ]; then
echo
echo "I'm sorry, Dave, I'm afraid I can't do that."
echo "In case you didn't notice, this doesn't look like a moOde installatio>
exit 1
fi
in order to get:
Code:
#if [ ! -f /var/www/command/moode.php ]; then
# echo
# echo "I'm sorry, Dave, I'm afraid I can't do that."
# echo "In case you didn't notice, this doesn't look like a moOde installati>
# exit 1
#fi
Then save the file (Ctrl "o" and Enter) and exit (Ctrl "x")
At this point repeat the installation:
Code:
/bin/bash /home/pi/moOdeCDPlay-master/install.sh
Reboot:
Code:
sudo reboot
try and let's know.
Good luck and best regards,
Francesco