Fixed a CNAME bug

This commit is contained in:
Yann Esposito (Yogsototh) 2012-06-15 16:23:48 +02:00
parent 94dfe2d820
commit 19c9bf5014

View file

@ -37,7 +37,7 @@ debug mv output/index.html $ghroot
debug mv output/* $ghroot debug mv output/* $ghroot
debug cd $ghroot debug cd $ghroot
debug cp Scratch/en/error/404-not_found/index.html ./404.html debug cp Scratch/en/error/404-not_found/index.html ./404.html
debug echo "yannesposito.com" > CNAME echo "yannesposito.com" > CNAME
debug tar cf ghroot.tar * debug tar cf ghroot.tar *
debug cd $rootdir debug cd $rootdir