aboutsummaryrefslogtreecommitdiff
path: root/multihome.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-08-31 09:55:56 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-08-31 09:55:56 -0400
commit2d66be38b61d78eb9bd9aef714979944ec7105ec (patch)
tree2cdf7d88302272800c66ed7238b038438f83002d /multihome.h
parent02ec4093e6a404813cd09936375bc46ef781d3d0 (diff)
downloadmultihome-2d66be38b61d78eb9bd9aef714979944ec7105ec.tar.gz
Allow change to home root
Diffstat (limited to 'multihome.h')
-rw-r--r--multihome.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/multihome.h b/multihome.h
index a1c2ef2..5943b4e 100644
--- a/multihome.h
+++ b/multihome.h
@@ -21,6 +21,7 @@
#include <time.h>
#define VERSION "0.0.1"
+#define MULTIHOME_ROOT "home_local"
#define OS_SKEL_DIR "/etc/skel/" // NOTE: Trailing slash is required
#define RSYNC_BIN "/usr/bin/rsync"
#define RSYNC_ARGS "-aq"