diff options
author | saez0pub | 2017-10-15 19:45:04 +0200 |
---|---|---|
committer | saez0pub | 2017-10-15 19:45:04 +0200 |
commit | b9a0975e1c2c3e7a5f1de30c0b2deca8f32d8b4f (patch) | |
tree | f418cde4a39dfc198b2b7705a5fdffa03e79767f /dashticz.install | |
download | aur-b9a0975e1c2c3e7a5f1de30c0b2deca8f32d8b4f.tar.gz |
first version on aur
Diffstat (limited to 'dashticz.install')
-rw-r--r-- | dashticz.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dashticz.install b/dashticz.install new file mode 100644 index 000000000000..b916dcc43d91 --- /dev/null +++ b/dashticz.install @@ -0,0 +1,8 @@ +post_install() { + chown -R http:http "${pkgdir}/opt/domoticz/www/dashboard" + echo "After the installation is finished, go to the /domoticz/www/<dashticzv2 folder>/custom/ folder, copy the CONFIG_DEFAULT.js file to CONFIG.js (mind the CAPITALS!). + +cd domoticz/www/<dashticzv2 folder>/custom/ +cp CONFIG_DEFAULT.js CONFIG.js" +} + |