Compare commits
2 Commits
0.0.1-oqta
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| 289f1cf6ce | |||
| 36e9f9ee39 |
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,6 +1,3 @@
|
|||||||
[submodule "alumnihub/opt/alumnihub-helpers"]
|
|
||||||
path = alumnihub/opt/alumnihub-helpers
|
|
||||||
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Customer.git
|
|
||||||
[submodule "oqtane.framework"]
|
[submodule "oqtane.framework"]
|
||||||
path = oqtane.framework
|
path = oqtane.framework
|
||||||
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/oqtane.framework.git
|
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/oqtane.framework.git
|
||||||
@@ -22,3 +19,6 @@
|
|||||||
[submodule "fixProps"]
|
[submodule "fixProps"]
|
||||||
path = fixProps
|
path = fixProps
|
||||||
url = https://github.com/oqtane/oqtane.FixProps
|
url = https://github.com/oqtane/oqtane.FixProps
|
||||||
|
[submodule "alumnihub/opt/alumnihub-helpers"]
|
||||||
|
path = alumnihub/opt/alumnihub-helpers
|
||||||
|
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Customer.git
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ adduser --system alumnihub
|
|||||||
|
|
||||||
chown -R alumnihub:root /opt/alumnihub
|
chown -R alumnihub:root /opt/alumnihub
|
||||||
|
|
||||||
if [ -e /opt/alumnihub/appsettings.json ]; then
|
if [ ! -e /opt/alumnihub/appsettings.json ]; then
|
||||||
cp /opt/alumnihub/appsettings.release.json /opt/alumnihub/appsettings.json
|
cp /opt/alumnihub/appsettings.release.json /opt/alumnihub/appsettings.json
|
||||||
fi
|
fi
|
||||||
|
|||||||
1
alumnihub/opt/alumnihub-helpers
Submodule
1
alumnihub/opt/alumnihub-helpers
Submodule
Submodule alumnihub/opt/alumnihub-helpers added at 957e587593
Reference in New Issue
Block a user