Move to directory
This commit is contained in:
parent
3c13cefa51
commit
02e1b92f6e
|
@ -8859,6 +8859,8 @@ function install_webmail {
|
||||||
apt-get -y install php5-dev imagemagick php5-imagick
|
apt-get -y install php5-dev imagemagick php5-imagick
|
||||||
|
|
||||||
if [ ! -f $WEBMAIL_PATH/index.php ]; then
|
if [ ! -f $WEBMAIL_PATH/index.php ]; then
|
||||||
|
cd $WEBMAIL_PATH
|
||||||
|
cd ..
|
||||||
git_clone $WEBMAIL_REPO webmail
|
git_clone $WEBMAIL_REPO webmail
|
||||||
git checkout $WEBMAIL_COMMIT -b $WEBMAIL_COMMIT
|
git checkout $WEBMAIL_COMMIT -b $WEBMAIL_COMMIT
|
||||||
if ! grep -q "Webmail commit" $COMPLETION_FILE; then
|
if ! grep -q "Webmail commit" $COMPLETION_FILE; then
|
||||||
|
|
Loading…
Reference in New Issue