Skip to content

Commit

Permalink
Corrected ln -s path
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed May 8, 2017
1 parent a5c09ee commit afc920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ ! -d "/opt/narou/.narou" ]; then
unzip -q /opt/AozoraEpub3.zip -d /opt/narou/AozoraEpub3
cp /opt/AozoraEpub3.jar /opt/narou/AozoraEpub3
ln -s /opt/kindlegen/kindlegen /opt/AozoraEpub3
ln -s /opt/kindlegen/kindlegen /opt/narou/AozoraEpub3
narou init -p /opt/narou/AozoraEpub3
narou setting device=kindle
# Do not make .narousetting nor .narou directory at the beginning
Expand Down

0 comments on commit afc920c

Please sign in to comment.