summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2013-05-13 19:41:09 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2013-05-13 19:41:09 -0700
commitd00985d1c6ebbeaf564000de612d5b1610394634 (patch)
tree405c1de05c1dce441cd8eeae1aa5bf82e45a2994
parentae08614e43c27b1b28d3cf58403519e007ed3aa0 (diff)
moin2iki: fix small bug in command
-rw-r--r--wiki/moin2iki.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/moin2iki.mdwn b/wiki/moin2iki.mdwn
index 91ee440..302127a 100644
--- a/wiki/moin2iki.mdwn
+++ b/wiki/moin2iki.mdwn
@@ -27,7 +27,7 @@ Otherwise you can provide/follow the [[moin2iki_page_selection]] instructions. A
rm -r pages/*/cache/ # Moin creates these for 404s
find pages/ -type f -size 0 -print0 | xargs -0 rm # Moin creates empty edit-logs for 404s
rmdir pages/* # Which will clear out those generated 404s
- mv pages-bad/* data/pages/
+ mv pages-bad/* pages/
chmod 775 .
find pages -type d -print0 | xargs -0 chmod 775
find pages -type f -print0 | xargs -0 chmod 664