From 185781f9a51fc8828b5aeb060db8f3fb7791e242 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Sun, 16 May 2021 13:53:19 +0300 Subject: [PATCH] add home folder --- flit.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flit.example b/flit.example index 2e1bdde..b6399d0 100755 --- a/flit.example +++ b/flit.example @@ -2,4 +2,4 @@ pwd=$( dirname $( readlink -f $0 ) ) -python3 "$pwd"/flit.py --root "https://your.server/and.path" "$@" +python3 "$pwd"/flit.py --home "/path/to/share" --root "https://your.server/and.path" "$@"