diff options
author | dvs1 | 2025-03-16 17:26:27 +1000 |
---|---|---|
committer | dvs1 | 2025-03-16 17:26:27 +1000 |
commit | 1d29f78339fd40a02b2879d1c7562a1043f6b31a (patch) | |
tree | 9db3d944bcd1136afb66e391753bfea92c54a830 /SuckIt | |
parent | Only suck pages if they have changed, including new pages. (diff) | |
download | notYetAnotherWiki-1d29f78339fd40a02b2879d1c7562a1043f6b31a.zip notYetAnotherWiki-1d29f78339fd40a02b2879d1c7562a1043f6b31a.tar.gz notYetAnotherWiki-1d29f78339fd40a02b2879d1c7562a1043f6b31a.tar.bz2 notYetAnotherWiki-1d29f78339fd40a02b2879d1c7562a1043f6b31a.tar.xz |
Get unsorted to work again.
Diffstat (limited to 'SuckIt')
-rwxr-xr-x | SuckIt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,10 +8,11 @@ pushd /opt/nyaw | |||
8 | cp -r /opt/nyaw_EMPTY/Foswiki . | 8 | cp -r /opt/nyaw_EMPTY/Foswiki . |
9 | #rm -fr PmWiki/* | 9 | #rm -fr PmWiki/* |
10 | cp -r /opt/nyaw_EMPTY/PmWiki . | 10 | cp -r /opt/nyaw_EMPTY/PmWiki . |
11 | rm -fr unsorted | 11 | #rm -fr unsorted |
12 | mkdir -p unsorted | 12 | mkdir -p unsorted |
13 | rm -fr users/* | 13 | cp -r /opt/nyaw_EMPTY/unsorted . |
14 | #mkdir -p users | 14 | #rm -fr users/* |
15 | mkdir -p users | ||
15 | cp -r /opt/nyaw_EMPTY/users . | 16 | cp -r /opt/nyaw_EMPTY/users . |
16 | 17 | ||
17 | # Copy across things like images that where uploaded. | 18 | # Copy across things like images that where uploaded. |