blob: 73a428dca0228fc8fd0b172337a0c1376260de02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install(){
cat <<INFO
This package allows customization of the opencloud web-ui.
If an app should be en- or disabled edit the config file respectively.
OpenCloud will use this only after adjusting the corresponding ENV variables
in opencloud.env and restarting the server.
The default config.json is for a local test setup.
INFO
}
|