7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
#!/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
|