Rename last few occurences

This commit is contained in:
Lukas Hirt
2020-12-13 17:37:32 +01:00
parent 2f3e473e69
commit 487ff1e186
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ then
exit 1
fi
if [ -z "$WEB_CONFIG" ]
if [ -z "$WEB_UI_CONFIG" ]
then
echo "WEB_CONFIG env variable is not set, cannot find ownCloud Web config file"
echo "WEB_UI_CONFIG env variable is not set, cannot find ownCloud Web config file"
exit 1
fi