7 lines
170 B
Bash
7 lines
170 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Copy this file as variables.conf, with the correct values
|
|
|
|
sync_directory=/home/$(whoami)/.sync
|
|
client_type="desktop" # change to server if needed
|