mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix typo
This commit is contained in:
parent
fd0ed81f7f
commit
b85831fb5f
@ -81,7 +81,7 @@ if [ ${IS_DEBIAN} == 1 ]; then
|
||||
if [[ ${UNAME} =~ "Debian" ]]; then
|
||||
/sbin/a2enmod wsgi 1> /dev/null
|
||||
/sbin/a2enconf pgadmin4 1> /dev/null
|
||||
then
|
||||
else
|
||||
/usr/sbin/a2enmod wsgi 1> /dev/null
|
||||
/usr/sbin/a2enconf pgadmin4 1> /dev/null
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user