diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-08-31 09:55:56 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-08-31 09:55:56 -0400 |
| commit | 2d66be38b61d78eb9bd9aef714979944ec7105ec (patch) | |
| tree | 2cdf7d88302272800c66ed7238b038438f83002d /multihome.h | |
| parent | 02ec4093e6a404813cd09936375bc46ef781d3d0 (diff) | |
| download | multihome-2d66be38b61d78eb9bd9aef714979944ec7105ec.tar.gz | |
Allow change to home root
Diffstat (limited to 'multihome.h')
| -rw-r--r-- | multihome.h | 1 |
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" |
