We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9128647 + d29df45 commit f3deec3Copy full SHA for f3deec3
2 files changed
CHANGELOG
@@ -1,5 +1,8 @@
1
CHANGELOG
2
3
+=== 1.1.2 ===
4
+* [Fix] Upgrade 1.1.x - 1.1.x does not create content symlink
5
+
6
=== 1.1.1 ===
7
* [Fix] Translation en,fr LibraryBox -> PirateBox
8
* [Fix] Spellings in translation
piratebox/piratebox/bin/install_piratebox.sh
@@ -83,6 +83,9 @@ if [ $2 = 'part2' ] ; then
83
84
[ ! -L $PIRATEBOX_FOLDER/www/board ] && ln -s $PIRATEBOX_FOLDER/share/board $PIRATEBOX_FOLDER/www/board
85
[ ! -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
89
fi
90
91
#Install the image-board
0 commit comments