Browse Source

Removed extra double double quote

deadtom 3 weeks ago
parent
commit
6ea21a9a16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      upgrade.sh

+ 1 - 1
upgrade.sh

@@ -28,7 +28,7 @@ update_config() {
     sed -i "/^KOFI_TOKEN/d" instance/config.py  # Delete KOFI_TOKEN line from config.py
     sed -i "/^KOFI_INTEGRATION/d" instance/config.py  # Delete KOFI_INTEGRATION line from config.py
 
-    sed -i "s/}/,\"gb_name\"": \"\"}/" instance/alerts.py  # Append those values to kofi.py
+    sed -i "s/}/,\"gb_name\": \"\"}/" instance/alerts.py  # Append those values to kofi.py
     
     cp ownchatbot/defaults/givebutter.py instance/  # Copy the default givebutter config file into instance/
 }