Skip to content

Commit 8e59c93

Browse files
authored
Improve Update PostgreSQOL repository message
1 parent 7ff0f81 commit 8e59c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.4.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ fi
107107

108108
# Fix PostgreSQL repo
109109
if [ -f /etc/apt/sources.list.d/postgresql.list ]; then
110-
echo "[*] Updating PostgreSQL repository..."
110+
echo "[ * ] Updating PostgreSQL repository..."
111111
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
112112
fi

0 commit comments

Comments
 (0)