mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
several fixes to the process-archive.sh script...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
36610abed9
commit
69b03a7d67
@ -63,13 +63,16 @@ while true ; do
|
|||||||
echo skipping making cache...
|
echo skipping making cache...
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
break
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$1" ] ; then
|
if [ -z "$1" ] ; then
|
||||||
ARCHIVE_ROOT="$1"
|
|
||||||
else
|
|
||||||
ARCHIVE_ROOT="."
|
ARCHIVE_ROOT="."
|
||||||
|
else
|
||||||
|
ARCHIVE_ROOT="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Doing: \"$ARCHIVE_ROOT\""
|
echo "Doing: \"$ARCHIVE_ROOT\""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user