Skip to content

Commit f3deec3

Browse files
committed
Merge branch 'hotfix-1.1.2'
* hotfix-1.1.2: piratebox init: content symlink is not created.
2 parents 9128647 + d29df45 commit f3deec3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CHANGELOG
22

3+
=== 1.1.2 ===
4+
* [Fix] Upgrade 1.1.x - 1.1.x does not create content symlink
5+
36
=== 1.1.1 ===
47
* [Fix] Translation en,fr LibraryBox -> PirateBox
58
* [Fix] Spellings in translation

piratebox/piratebox/bin/install_piratebox.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ if [ $2 = 'part2' ] ; then
8383

8484
[ ! -L $PIRATEBOX_FOLDER/www/board ] && ln -s $PIRATEBOX_FOLDER/share/board $PIRATEBOX_FOLDER/www/board
8585
[ ! -L $PIRATEBOX_FOLDER/www/Shared ] && ln -s $UPLOADFOLDER $PIRATEBOX_FOLDER/www/Shared
86+
[ ! -L $PIRATEBOX_FOLDER/www/content ] && \
87+
ln -s $WWW_CONTENT $WWW_FOLDER/content
88+
8689
fi
8790

8891
#Install the image-board

0 commit comments

Comments
 (0)