blob: e5bdc87d17bd234f2092bcc366806712911928e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
post_install () {
set-leed-perm
echo "**********"
echo "From your browser, go to the setup page install.php (eg your.domaine.fr/leed/install.php)"
echo "Once the installation is complete, remove the /usr/share/webapps/leed/install.php as a security measure."
echo "**********"
}
post_upgrade() {
set-leed-perm
echo "**********"
echo "Once the upgrade is complete, remove the /usr/share/webapps/leed/install.php as a security measure."
echo "**********"
}
|