Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-03-17 19:58:54 +00:00
parent f3cc89416a
commit b4c44bdaf9
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Running PPSS based on a configuration file.
Running PPSS on a client as part of a cluster. Running PPSS on a client as part of a cluster.
./ppss.sh node -d /somedir -c 'cp /some/destination' -s 10.0.0.50 -u ppss -t -k ppss-key.key' ./ppss.sh node -d /somedir -c 'cp "$ITEM" /some/destination' -s 10.0.0.50 -u ppss -t -k ppss-key.key'
}}} }}}
A detailed explanation based on examples will follow. A detailed explanation based on examples will follow.