Bob Mottram 9 년 전
부모
커밋
f0ed04418f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 파일 보기

@@ -11066,7 +11066,7 @@ function create_upgrade_script {
11066 11066
 
11067 11067
   echo '#!/bin/bash' > /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11068 11068
   echo '' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11069
-  echo 'if [ ! -d /root/freedombone]; then' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11069
+  echo 'if [ ! -d /root/freedombone ]; then' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11070 11070
   echo "    git clone $FREEDOMBONE_REPO /root/freedombone" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11071 11071
   echo 'fi' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11072 11072
   echo '' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME