Update README.md
[stationnotifier] / notificatorossl
index bcd142b92e1927ff9b5cdceb83bcc5e0c64df61b..74bfe81a8264aab2c23202384ec4d79d628ab3b7 100755 (executable)
@@ -2,8 +2,8 @@
 # notifitcatorossl is a fork of https://github.com/ThatsRedacted/StationNotifier
 # This program uses openssl rather than curl to connect to a gemini site`
 
-key='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.key'
-cert='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.crt'
+key=''
+cert=''
 connectto=30
 
 tmpfile=$(mktemp /tmp/not.XXXXXX)
@@ -38,7 +38,7 @@ do
         echo "You have new notifications!"
         read -p "Press enter to continue or amfora to go to notifications" answer
        case $answer in
-               amfora) $(amfora gemini://station.martinrue.com/frrobert)
+               amfora) $(amfora $url)
                        ;;
        esac