• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Simple RSS Reader inspired by Gxxgle Reader


Commit MetaInfo

修订版6c5752743f2d71649be067cedcbd96470c50ac7a (tree)
时间2014-08-03 00:38:05
作者hylom <hylom@hylo...>
Commiterhylom

Log Message

fix: install path in install.sh

更改概述

差异

--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,5 @@
11 FROM=./client/
2-DEST=/var/grrreader/
2+DEST=/var/grrreader/client/
33 INITSCRIPT=./initscript
44
55 rsync $1 -av --exclude=.* --exclude=*~ $FROM $DEST