Procházet zdrojové kódy

Removed extra double double quote

deadtom před 3 týdny
rodič
revize
6ea21a9a16
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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_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 "/^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/
     cp ownchatbot/defaults/givebutter.py instance/  # Copy the default givebutter config file into instance/
 }
 }