소스 검색

remove fd after upgrade script exit

Alfonso Gamboa 3 년 전
부모
커밋
33fef73458
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      SD_ROOT/wz_mini/bin/upgrade-run.sh

+ 1 - 0
SD_ROOT/wz_mini/bin/upgrade-run.sh

@@ -50,6 +50,7 @@ echo "Launching latest upgrade-script"
 /opt/wz_mini/bin/upgrade-run.sh backup_begin &
 
 echo "Exit old script"
+rm -f /dev/fd
 exit 0
 }