Permissions "$MPLCONFIGDIR"

This commit is contained in:
Alexandre
2024-09-14 07:28:45 +02:00
committed by GitHub
parent 85fc595748
commit f1da683926

View File

@@ -89,4 +89,9 @@ echo "... check permissions"
chmod -R 755 /config/*
chmod 777 /config
# Permissions for Matplotlabdir
mkdir -p "$MPLCONFIGDIR"
chown pi:pi "$MPLCONFIGDIR"
chmod 777 "$MPLCONFIGDIR"
echo " "