mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Permissions "$MPLCONFIGDIR"
This commit is contained in:
@@ -89,4 +89,9 @@ echo "... check permissions"
|
|||||||
chmod -R 755 /config/*
|
chmod -R 755 /config/*
|
||||||
chmod 777 /config
|
chmod 777 /config
|
||||||
|
|
||||||
|
# Permissions for Matplotlabdir
|
||||||
|
mkdir -p "$MPLCONFIGDIR"
|
||||||
|
chown pi:pi "$MPLCONFIGDIR"
|
||||||
|
chmod 777 "$MPLCONFIGDIR"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
|
|||||||
Reference in New Issue
Block a user