Fixed a bug in bootstrap.sh.
This commit is contained in:
parent
eaf11e1e99
commit
5117b24126
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user