Skip to content
Snippets Groups Projects
Commit ecbd81b4 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix: set permissions of mtcadummy lock directory

parent 3de7a6cf
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,10 @@ if ! modprobe mtcadummy > /dev/null 2>&1; then
modprobe mtcadummy
fi
# create lock directory for mtcadummy
mkdir -p /var/run/lock/mtcadummy
chmod u+rwx,g+rwx,o+rwt /var/run/lock/mtcadummy
echo "Install matlab..."
ln -sfn /common/matlab_R2016b /opt/matlab_R2016b
if [ -z "`grep /opt/matlab_R2016b/bin /etc/environment`" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment