]> code.citadel.org Git - citadel.git/blob - contrib/copysource.sh
ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, fixed
[citadel.git] / contrib / copysource.sh
1 #!/bin/bash
2 cp ~vs/citadelPrepare/home/checkout/tmp/webcit_*   ~vs/apache/home/debiancitadel/public_html/source/
3 cp ~vs/citadelPrepare/home/checkout/tmp/citadel_*  ~vs/apache/home/debiancitadel/public_html/source/
4
5 chroot ~vs/apache  /bin/bash -c "cd /home/debiancitadel/; ./refreshsource.sh"