summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordakataca2023-11-29 18:00:54 -0500
committerdakataca2023-11-29 18:00:54 -0500
commit7597b388057cf126b967da1b71d57ec4223cb025 (patch)
tree881c55babe0eb08bce0577e92f0d6a58005310d9 /PKGBUILD
parentd72379da86382057fa54f19840cdb91b2c1f43fc (diff)
downloadaur-pgadmin4-py.tar.gz
Comentarios innecesarios eliminados
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 077a8324ca33..45caff8525c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ validate_postgres_password() {
done
}
-# Comprobar si el usuario es root.
+# Usuario no es root?
if [ "$EUID" -ne 0 ]; then
declare -r data=/var/lib/postgres/data \
pg_hba=/var/lib/postgres/data/pg_hba.conf \
@@ -135,7 +135,6 @@ local\tall\t\t$USER\t\t\t\t\tscram-sha-256/" $pg_hba
# Activar entorno virtual pgadmin4.
source /opt/venvs/pgadmin4/bin/activate
open_server &
- #[ $? -eq 0 ] && xdg-open http://127.0.0.1:5050
pgadmin4
else
translate_str "Error: You can't perform this operation as a superuser."\