Add variables file and gitignore
This commit is contained in:
parent
ce6b0c0d8c
commit
1b9a2abcf6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
variables.conf
|
6
variables.conf.template
Normal file
6
variables.conf.template
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user