• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
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

Revision6c5752743f2d71649be067cedcbd96470c50ac7a (tree)
Time2014-08-03 00:38:05
Authorhylom <hylom@hylo...>
Commiterhylom

Log Message

fix: install path in install.sh

Change Summary

Incremental Difference

--- 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