commit 64d07bae7c3c7aa6535b053395faa023c7d386df
parent d8bbed8a7db2aef75b88958ebfd52b49dad77774
Author: ccx <ccx@te2000.cz>
Date: Thu, 7 Mar 2024 17:13:47 +0000
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/postinstall b/postinstall
@@ -106,7 +106,7 @@ setup_fileset() {
)
$rsync --delete-excluded --log-file $SETUP_DIR/rsync.log.get / $SETUP_DIR/files.pre/ || return $?
cp -a --reflink=auto $SETUP_DIR/files.pre $SETUP_DIR/files.post || return $?
- ./command/fileset /config/postinstall.fileset >$SETUP_DIR/files.sh || exit $?
+ ./command/fileset ./config/postinstall.fileset >$SETUP_DIR/files.sh || exit $?
(cd $SETUP_DIR/files.post && exec sh -x ../files.sh) || exit $?
zf_mkdir $SETUP_DIR/files.bak || return $?
revert+=( revert_fileset )