From f64f482462b697e06a47ad55aa5447dc829ce727 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 30 Apr 2019 10:19:21 -0500 Subject: Clean LOCAL Dir based on VERSION Issue-ID: AAF-821 Change-Id: I5fde81467d46130d3a39de415604c7702fecbaa8 Signed-off-by: Instrumental --- auth/sample/bin/client.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'auth/sample/bin/client.sh') diff --git a/auth/sample/bin/client.sh b/auth/sample/bin/client.sh index dbf08622..9e3b2fd7 100755 --- a/auth/sample/bin/client.sh +++ b/auth/sample/bin/client.sh @@ -114,7 +114,13 @@ if [ ! -e "$DOT_AAF/keyfile" ]; then fi echo "cat SSO" cat ${SSO} -echo "dog" + +# Should we clean up? +if [ "${VERSION}" != "$(cat ${LOCAL}/VERSION)" ]; then + echo "Clean up directory ${LOCAL}" + rm -Rf ${LOCAL}/* +fi +echo "${VERSION}" > $LOCAL/VERSION # Only initialize once, automatically... if [ ! -e $LOCAL/${NS}.props ]; then -- cgit 1.2.3-korg