Move to directory

This commit is contained in:
Bob Mottram 2016-04-25 19:00:54 +01:00
parent 3c13cefa51
commit 02e1b92f6e
1 changed files with 284 additions and 282 deletions

View File

@ -8859,6 +8859,8 @@ function install_webmail {
apt-get -y install php5-dev imagemagick php5-imagick
if [ ! -f $WEBMAIL_PATH/index.php ]; then
cd $WEBMAIL_PATH
cd ..
git_clone $WEBMAIL_REPO webmail
git checkout $WEBMAIL_COMMIT -b $WEBMAIL_COMMIT
if ! grep -q "Webmail commit" $COMPLETION_FILE; then