More instructions

This commit is contained in:
Bob Mottram 2016-02-07 21:14:03 +00:00
parent 63acf78a3a
commit c3705e7df5
1 changed files with 4 additions and 0 deletions

View File

@ -8422,6 +8422,10 @@ function install_rss_reader {
echo '' >> /home/$MY_USERNAME/README
echo $'Click "Test Configuration" and then "Initialize database"' >> /home/$MY_USERNAME/README
echo $'You may need to click "save configuration"' >> /home/$MY_USERNAME/README
echo $'Initially log in with username "admin" and password "password"' >> /home/$MY_USERNAME/README
echo $'Then go to Preferences/Users, click on the "admin" user and then change the password.' >> /home/$MY_USERNAME/README
echo $'You will immediately see what looks like an authorisation error, so log out and log back' >> /home/$MY_USERNAME/README
echo $'in with username "admin" and your new password.' >> /home/$MY_USERNAME/README
echo '' >> /home/$MY_USERNAME/README
chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
chmod 600 /home/$MY_USERNAME/README