From 3835b5f887da672f0dde4a2e6fdaa7ae71d75fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 2 Aug 2013 13:49:13 +0200 Subject: [PATCH] =?UTF-8?q?Mount=20src=20and=20dest=20partitions=20in=20/t?= =?UTF-8?q?mp=20instead=20of=20HOME.=20Thanks=20to=20R=C3=A9mi=20Laurent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fs/opt/groomer/constraint.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fs/opt/groomer/constraint.sh b/fs/opt/groomer/constraint.sh index 2506d52..ca2b30c 100644 --- a/fs/opt/groomer/constraint.sh +++ b/fs/opt/groomer/constraint.sh @@ -4,10 +4,12 @@ DEV_DST='/dev/sdb1' USERNAME='kitten' HOME="/home/${USERNAME}" -# Paths used in multiple scripts -SRC="${HOME}/src" +TMP="/tmp/" -DST="${HOME}/dst" +# Paths used in multiple scripts +SRC="${TMP}/src" + +DST="${TMP}/dst" TEMP="${DST}/temp" ZIPTEMP="${DST}/ziptemp" LOGS="${DST}/logs"