Skip to content

Commit ba2ce6c

Browse files
authored
Merge branch 'master' into passfile-fix
2 parents c1ffe0d + d59fcf3 commit ba2ce6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/linux/setup-web.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ if [ ${IS_DEBIAN} == 1 ]; then
112112

113113
case ${RESPONSE} in
114114
y|Y )
115-
a2enmod wsgi 1> /dev/null
116-
a2enconf pgadmin4 1> /dev/null
115+
/usr/sbin/a2enmod wsgi 1> /dev/null
116+
/usr/sbin/a2enconf pgadmin4 1> /dev/null
117117
;;
118118
* )
119119
exit 1;;

0 commit comments

Comments
 (0)