add comments about install steps and remove skeleton

This commit is contained in:
Willy Kloucek
2021-11-17 13:57:13 +01:00
parent 794fd16250
commit d2395f58f0
2 changed files with 6 additions and 13 deletions
-6
View File
@@ -6,12 +6,6 @@ then
exit 1
fi
if [ -z "$OCIS_SKELETON_DIR" ]
then
echo "OCIS_SKELETON_DIR env variable is not set, cannot find skeleton directory"
exit 1
fi
if [ -z "$WEB_UI_CONFIG" ]
then
echo "WEB_UI_CONFIG env variable is not set, cannot find web config file"