diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-26 09:49:59 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-26 09:49:59 +0000 |
commit | 28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb (patch) | |
tree | 1e20a8fd262efc828d0a97920bdb2d7d81aa0820 /sitesummary-client | |
parent | d4eb01b361e7910a2e64346665dffeda2f8d76be (diff) | |
download | sitesummary-28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb.tar.gz sitesummary-28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb.tar.bz2 sitesummary-28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb.tar.xz |
The system is now operational.
Diffstat (limited to 'sitesummary-client')
-rw-r--r-- | sitesummary-client | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sitesummary-client b/sitesummary-client index 67c4cce..6a7c7c4 100644 --- a/sitesummary-client +++ b/sitesummary-client @@ -7,6 +7,8 @@ set -e +PATH=/sbin:/usr/sbin:/bin:/usr/bin + # Make sure to store files in a ramfs backed # storage area on diskless clients, so use /tmp/. tmpdir=/tmp/sitesummary-$$ |