Fixed a bug in bootstrap.sh.

This commit is contained in:
Christian Baer 2018-12-29 00:19:24 +01:00
parent eaf11e1e99
commit 5117b24126

View File

@ -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