From 1b9a2abcf6d350d4322bc69cb8b942516875e010 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 12 Mar 2022 18:13:24 +0100 Subject: [PATCH] Add variables file and gitignore --- .gitignore | 1 + variables.conf.template | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 variables.conf.template 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