aboutsummaryrefslogtreecommitdiffstats
path: root/archive.sh
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mekanisti.fi>2009-12-29 11:48:29 +0200
committerFilipp Lepalaan <filipp@mekanisti.fi>2009-12-29 11:48:29 +0200
commit876f379aab094ffb029c6c8f17ff2d73d92a8f1e (patch)
tree7499b76879ba12d1825f073f07192deed07c075f /archive.sh
parentc7fb2ef2232f6d75b94391dd22bf68683e80da91 (diff)
downloadFinalStore-master.tar.gz
FinalStore-master.tar.bz2
FinalStore-master.zip
Only archive stuff once, better config, bugfixes, etcHEADmaster
Diffstat (limited to 'archive.sh')
-rwxr-xr-xarchive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.sh b/archive.sh
index 7b8f8be..855e439 100755
--- a/archive.sh
+++ b/archive.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Collect archived assets to a text file
+# Collect archive asset to a text file
DST="/tmp/finalstore/archive"
if [ ! -d $DST ]; then
mkdir -p $DST