Skip to content

Commit a073130

Browse files
committed
entware: fix output redirection when backing up the JFFS partition
1 parent 3dd3e4f commit a073130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/src/router/others/entware-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ echo -e "$INFO Creating /tmp/opt symlink..."
108108
ln -s "$entFolder" /tmp/opt
109109

110110
echo -e "$INFO Creating /jffs scripts backup..."
111-
tar -czf "$entPartition/jffs_scripts_backup_$(date +%F_%H-%M).tgz" /jffs/scripts/* >/dev/nul
111+
tar -czf "$entPartition/jffs_scripts_backup_$(date +%F_%H-%M).tgz" /jffs/scripts/* >/dev/null
112112

113113
echo -e "$INFO Modifying start scripts..."
114114
cat > /jffs/scripts/services-start << EOF

0 commit comments

Comments
 (0)