]> code.citadel.org Git - citadel.git/blob - contrib/copysource.sh
Added 'go' as hidden input fields to all of the forms in the room editor
[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"