mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Bind permission issue on Docker
This commit is contained in:
parent
ec86cd38a7
commit
472386ec36
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ then
|
||||||
rst "$LEGACY"
|
rst "$LEGACY"
|
||||||
exit $ERR_FAIL_UPDATE
|
exit $ERR_FAIL_UPDATE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chmod 755 / *
|
||||||
|
|
||||||
echo "Installation"
|
echo "Installation"
|
||||||
#add answer in debconf db
|
#add answer in debconf db
|
||||||
|
|
Loading…
Add table
Reference in a new issue