diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfdbd30 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +variables.conf diff --git a/variables.conf.template b/variables.conf.template new file mode 100644 index 0000000..b60c486 --- /dev/null +++ b/variables.conf.template @@ -0,0 +1,6 @@ +#!/bin/bash + +# Copy this file as variables.conf, with the correct values + +sync_directory=/home/$(whoami)/.sync +client_type="desktop" # change to server if needed