summaryrefslogtreecommitdiffstats
path: root/server/export_target
diff options
context:
space:
mode:
Diffstat (limited to 'server/export_target')
-rwxr-xr-xserver/export_target1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/export_target b/server/export_target
index e74db2d3..575ce565 100755
--- a/server/export_target
+++ b/server/export_target
@@ -131,7 +131,6 @@ generate_config() {
done
# no conflict, add file to archive
- pinfo "${TARGET_CONFIG_BUILD_DIR}/${MODULE_CONFIG}.tar"
tar cf "${TARGET_CONFIG_BUILD_DIR}/${MODULE_CONFIG}.tar" $(ls)
RET=$?
[ "x$RET" != "x0" ] && perror "\tCould not create '${TARGET_CONFIG_BUILD_DIR}/${MODULE_CONFIG}.tar'"