mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix old moulinette stuff not relevant anymore
This commit is contained in:
parent
9c28c07af4
commit
10e00b3318
2 changed files with 0 additions and 6 deletions
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -3,10 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
rm -rf /var/cache/moulinette/*
|
|
||||||
|
|
||||||
mkdir -p /usr/share/moulinette/actionsmap/
|
|
||||||
ln -sf /usr/share/yunohost/actionsmap/yunohost.yml /usr/share/moulinette/actionsmap/yunohost.yml
|
|
||||||
|
|
||||||
if [ ! -f /etc/yunohost/installed ]; then
|
if [ ! -f /etc/yunohost/installed ]; then
|
||||||
# If apps/ is not empty, we're probably already installed in the past and
|
# If apps/ is not empty, we're probably already installed in the past and
|
||||||
|
|
|
@ -185,8 +185,6 @@ do_post_regen() {
|
||||||
|
|
||||||
chown root:root /var/cache/yunohost
|
chown root:root /var/cache/yunohost
|
||||||
chmod 700 /var/cache/yunohost
|
chmod 700 /var/cache/yunohost
|
||||||
chown root:root /var/cache/moulinette
|
|
||||||
chmod 700 /var/cache/moulinette
|
|
||||||
|
|
||||||
setfacl -m g:all_users:--- /var/www
|
setfacl -m g:all_users:--- /var/www
|
||||||
setfacl -m g:all_users:--- /var/log/nginx
|
setfacl -m g:all_users:--- /var/log/nginx
|
||||||
|
|
Loading…
Add table
Reference in a new issue