Change 'git pull' to 'git pull origin master'

Brightcells 8 年之前
父节点
当前提交
1e8664720f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      startup.sh

+ 2 - 2
startup.sh

@@ -9,8 +9,8 @@ source minipai2.conf
9 9
 # Old Version
10 10
 oldversion=$version
11 11
 
12
-# Fetch Remote Refs
13
-git pull
12
+# Fetch Remote Master Branch Refs
13
+git pull origin master
14 14
 
15 15
 # Load New Mini Paiai Configuration
16 16
 source minipai2.conf