Browse Source

Merge pull request #1474 from hestiacp/staging/fixes

Staging/fixes
Raphael Schneeberger 5 years ago
parent
commit
4b4edd540f
2 changed files with 0 additions and 2 deletions
  1. 0 1
      install/hst-install-debian.sh
  2. 0 1
      install/hst-install-ubuntu.sh

+ 0 - 1
install/hst-install-debian.sh

@@ -1245,7 +1245,6 @@ fi
 
 if [ "$multiphp" = 'yes' ] ; then
     for v in "${multiphp_v[@]}"; do
-        cp -r /etc/php/$v/ /root/hst_install_backups/php$v/
         rm -f /etc/php/$v/fpm/pool.d/*
         echo "[ * ] Install PHP version $v..."
         $HESTIA/bin/v-add-web-php "$v" > /dev/null 2>&1

+ 0 - 1
install/hst-install-ubuntu.sh

@@ -1299,7 +1299,6 @@ fi
 
 if [ "$multiphp" = 'yes' ] ; then
     for v in "${multiphp_v[@]}"; do
-        cp -r /etc/php/$v/ /root/hst_install_backups/php$v/
         rm -f /etc/php/$v/fpm/pool.d/*
         echo "[ * ] Install PHP version $v..."
         $HESTIA/bin/v-add-web-php "$v" > /dev/null 2>&1