at line 294 add-apt-repository ppa:openstack-release/2011.3 2>&1 >> ${LOGFILE} this may hang the script in some versions of ubuntu like 12.04-64bit server because in some cases it needs a confirmation for adding repo or pressing Enter to continue the better way is to not redirecting this command to the log file
at line 294
add-apt-repository ppa:openstack-release/2011.3 2>&1 >> ${LOGFILE}
this may hang the script in some versions of ubuntu like 12.04-64bit server because in some cases it needs a confirmation for adding repo or pressing Enter to continue the better way is to not redirecting this command to the log file