We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a2341 commit 87620dfCopy full SHA for 87620df
scripts/pack_fw.sh
@@ -236,6 +236,9 @@ find $TMP_DIR/home/yi-hack-v5/* -maxdepth 0 -type f ! -name 'version' -exec rm {
236
# Delete the old wpa_supplicant upgrade file from the image so it wont override the release version
237
find $TMP_DIR/home/app/ -type f -name 'wpa_supplicant' -exec rm -f {} \;
238
239
+# Delete symlink to vi
240
+find $TMP_DIR/rootfs/bin/ -type l -name 'vi' -exec rm -f {} \;
241
+
242
printf "done!\n\n"
243
244
# home
0 commit comments