From 72cc4f3ca84b2ff8589571b2587b55e131fddb2a Mon Sep 17 00:00:00 2001 From: Jacques Supcik Date: Fri, 22 Mar 2024 12:19:12 +0000 Subject: [PATCH] wip --- .devcontainer/toolchain/scripts/sync-rootfs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/toolchain/scripts/sync-rootfs.sh b/.devcontainer/toolchain/scripts/sync-rootfs.sh index ef2e64a..e78fe0b 100644 --- a/.devcontainer/toolchain/scripts/sync-rootfs.sh +++ b/.devcontainer/toolchain/scripts/sync-rootfs.sh @@ -21,7 +21,6 @@ if [[ -f $RSYNC_IGNORE ]]; then echo "Using rsyncignore" fi - # Update all existing files in DST from SRC rsync -crlpgoD --itemize-changes \ --exclude=/etc/ssh/** \ @@ -31,5 +30,4 @@ rsync -crlpgoD --itemize-changes \ --exclude=/etc/shadow \ --exclude=/etc/fstab \ --exclude=THIS_IS_NOT_YOUR_ROOT_FILESYSTEM \ - $RSYNC_OPT \ - $SRC $DST \ No newline at end of file + $RSYNC_OPT $SRC $DST \ No newline at end of file