Browse Source

Improve Update PostgreSQOL repository message

Jaap Marcus 5 years ago
parent
commit
8e59c932b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/versions/1.4.0.sh

+ 1 - 1
install/upgrade/versions/1.4.0.sh

@@ -107,6 +107,6 @@ fi
 
 # Fix PostgreSQL repo
 if [ -f /etc/apt/sources.list.d/postgresql.list ]; then
-    echo "[*] Updating PostgreSQL repository..."
+    echo "[ * ] Updating PostgreSQL repository..."
     sed -i 's|deb https://apt.postgresql.org/pub/repos/apt/|deb [arch=amd64] https://apt.postgresql.org/pub/repos/apt/|g' /etc/apt/sources.list.d/postgresql.list
 fi