Prompt user to run airtime-install script with -d option for custom Apache setups

This commit is contained in:
Daniel James 2013-03-27 12:33:47 +00:00
parent ffe06ea2a0
commit 3323029507
1 changed files with 2 additions and 2 deletions

4
debian/postinst vendored
View File

@ -16,7 +16,7 @@ includefile="${configdir}/apache.conf"
a2tplfile="${configdir}/apache.vhost.tpl"
phpinifile="${configdir}/airtime.ini"
OLDVERSION="$2"
NEWVERSION="2.3.0"
NEWVERSION="2.3.1"
case "$1" in
configure|reconfigure)
@ -229,7 +229,7 @@ case "$1" in
echo "Upgrades from Airtime versions before 2.1.0 are not supported. Please back up your files and perform a clean install."
elif [ "${APACHESETUP}" == "no thanks" ]; then
echo "Please run the ${tmpdir}/install_minimal/airtime-install script after you have set up the web server."
echo "Please run the ${tmpdir}/install_minimal/airtime-install script with the -d option after you have set up the web server."
else