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" "$@"