-small fix for debian upgrade-test script

This commit is contained in:
martin 2012-01-13 18:30:59 -05:00
parent e70b490327
commit 229db4cdb0
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ def airtime_18x_tar(root_dir, version):
do_sudo('wget http://downloads.sourceforge.net/project/airtime/%s/airtime-%s.tar.gz' % (version, version))
do_sudo('tar xfz airtime-%s.tar.gz' % version)
do_sudo('cd ~/%s/install && php airtime-install.php' % root_dir)
#do_sudo('cd ~/%s/install && php airtime-install.php' % root_dir)
do_sudo('php ~/%s/install/airtime-install.php' % root_dir)
#need to reboot because of daemon-tools.
reboot(45)