ispCP - Board - Support
Nightly Updatescript - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Nightly Updatescript (/thread-8986.html)



Nightly Updatescript - theprincy - 12-28-2009 11:06 PM

use to update installation script nightly at some point I get as error

cp: impossibile fare stat di `/tmp/ispcp/etc/ispcp/apache/httpd.conf': No such file or directory
cp: impossibile fare stat di `/tmp/ispcp/etc/ispcp/apache/working/ispcp.conf': No such file or directory



the script

cp ${INST_PREF}${CONF_DIR}/apache/httpd.conf ${CONF_DIR}/apache/httpd.conf
cp ${INST_PREF}${CONF_DIR}/apache/working/ispcp.conf ${CONF_DIR}/apache/working/ispcp.conf


RE: Nightly Updatescript - motokochan - 12-29-2009 04:35 AM

You should manually review the script and see what has changed so you can update the script you are using.


RE: Nightly Updatescript - gOOvER - 12-29-2009 05:26 AM

There are some changes since the last patch. We should figure out, what to change. Maybe someone can improve the Script Wink