Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 15d5dbc

Browse files
authored
Merge pull request #5 from The-Systems/1.8
1.8_beta2
2 parents 03e8e58 + 10e3e9f commit 15d5dbc

File tree

13 files changed

+5
-237
lines changed

13 files changed

+5
-237
lines changed

WebInterface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<configuration>
6868
<target>
6969
<zip destfile="${basedir}/target/classes/files/Website.zip"
70-
basedir="${basedir}/../WebSite/config"
70+
basedir="${basedir}/../WebSite"
7171
excludes="config.php" />
7272
<copy file="${basedir}/../WebSite/config/config.php"
7373
tofile="${basedir}/target/classes/files/config.php"/>

WebInterface/src/main/java/eu/thesystems/cloudnet/webinterface/setup/WiSetup.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ private void readAndWriteConfig(Document updateConfigurations, String outputPath
155155

156156
File file = new File(outputPath);
157157
if (!file.exists()) {
158+
file.getParentFile().mkdirs();
158159
file.createNewFile();
159160
}
160161
FileOutputStream fileOutputStream = new FileOutputStream(file);
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
configs:
2-
- haste.json
3-
- expire.json
4-
- recaptcha.json
5-
- style.json
6-
- urlshort.json
7-
- option.json
8-
- messages.json

WebInterface/src/main/resources/configs/expire.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

WebInterface/src/main/resources/configs/haste.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

WebInterface/src/main/resources/configs/messages.json

Lines changed: 0 additions & 199 deletions
This file was deleted.

WebInterface/src/main/resources/configs/option.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

WebInterface/src/main/resources/configs/recaptcha.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

WebInterface/src/main/resources/configs/style.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

WebInterface/src/main/resources/configs/urlshort.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)