summaryrefslogtreecommitdiffstats
path: root/scripts/theme_snapshot
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-06-13 21:51:02 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-06-13 21:51:02 -0300
commit58c4878526dec5510f23c812274686787d8724ba (patch)
tree5f2374bc17adb10e15f7e5b4576595d9cc2ef17e /scripts/theme_snapshot
parentfa50632a9d87c3989566fed3e49c160a132e0d14 (diff)
Imported Upstream version 7.0.1upstream/7.0.1
Diffstat (limited to 'scripts/theme_snapshot')
-rwxr-xr-xscripts/theme_snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/theme_snapshot b/scripts/theme_snapshot
index ab3ac7f..391f9c6 100755
--- a/scripts/theme_snapshot
+++ b/scripts/theme_snapshot
@@ -7,7 +7,7 @@
theme_name=$1
tempsite=temp_$theme_name
-nikola init $tempsite
+nikola init -q $tempsite
cd $tempsite
doit install_theme -n $theme_name
sed -i s/\'site\'/\'$theme_name\'/g conf.py