From 5117b24126556784989a78de3dc81d1df8239a13 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sat, 29 Dec 2018 00:19:24 +0100 Subject: [PATCH] Fixed a bug in bootstrap.sh. --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index e9ba041..5bd6ff4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -53,7 +53,8 @@ df_update () { # Usage: df_deploy df_deploy () { # poor man's rsync - df_list | cpio -pdmB --quiet ~ + TARGET=`realpath ~` + df_list | cpio -pdmB --quiet $TARGET } # List files that will be copied