Changeset 1324 for moodle/trunk/fuentes/debian/postinst
- Timestamp:
- May 2, 2016, 11:18:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
moodle/trunk/fuentes/debian/postinst
r1267 r1324 29 29 30 30 check_php5mysql_notinstalled() { 31 dpkg -s php 5-lliurex-mysql | grep Status | grep -q installed >/dev/null 2>&1 && return 131 dpkg -s php7.0-lliurex-mysql | grep Status | grep -q installed >/dev/null 2>&1 && return 1 32 32 return 0 33 33 } 34 34 35 35 check_php5psql_notinstalled() { 36 dpkg -s php 5-lliurex-pgsql | grep Status | grep -q installed >/dev/null 2>&1 && return 136 dpkg -s php7.0-lliurex-pgsql | grep Status | grep -q installed >/dev/null 2>&1 && return 1 37 37 return 0 38 38 } … … 174 174 server=`echo $wwwroot |cut -d'/' -f3` 175 175 cat > $tempfile <<EOF 176 <VirtualHost *:80 0>176 <VirtualHost *:80> 177 177 ServerAdmin webmaster@${server} 178 178 ServerName ${server}
Note: See TracChangeset
for help on using the changeset viewer.