Skip to content

Commit 87620df

Browse files
committed
[Fix] Delete vi symlink #346
Changes to be committed: modified: scripts/pack_fw.sh
1 parent 20a2341 commit 87620df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/pack_fw.sh

+3
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ find $TMP_DIR/home/yi-hack-v5/* -maxdepth 0 -type f ! -name 'version' -exec rm {
236236
# Delete the old wpa_supplicant upgrade file from the image so it wont override the release version
237237
find $TMP_DIR/home/app/ -type f -name 'wpa_supplicant' -exec rm -f {} \;
238238

239+
# Delete symlink to vi
240+
find $TMP_DIR/rootfs/bin/ -type l -name 'vi' -exec rm -f {} \;
241+
239242
printf "done!\n\n"
240243

241244
# home

0 commit comments

Comments
 (0)