Add variables file and gitignore
This commit is contained in:
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
|
Reference in New Issue
Block a user