zpanel / installers

Provides a central place to store, version and distribute ZPanel installers and upgrade scripts from.
http://www.zpanelcp.com
GNU General Public License v3.0
73 stars 154 forks source link

Update 10_1_1.sh #33

Closed RemiZOffAlex closed 10 years ago

RemiZOffAlex commented 10 years ago

Сorrection for script https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh

--- 10_1_1.sh 2014-05-09 05:20:23.773608155 +0400 +++ 10_1_1.sh 2014-05-09 05:17:05.954407478 +0400 @@ -68,7 +68,7 @@

Set custom logging methods so we create a log file in the current working directory.

logfile=$$.log -exec >>(tee $logfile) +exec > >(tee $logfile) exec 2>&1

***