Commit 715985f9 authored by claes's avatar claes

pwr_jopc.jar copied to pwrp_web

parent 217a2277
......@@ -78,6 +78,7 @@ if ! grep -q "\bb55:" /etc/passwd; then
chown -R b55 /home/b55
chgrp -R pwrp /home/b55
chmod a+rwx /home/b55
fi
fi
......@@ -153,7 +154,11 @@ if [ -e /etc/proview.cnf ]; then
if [ -e "$web_dir" ]; then
cp /usr/pwrrt/lib/pwr_rt_client.jar $web_dir
chown pwrp $web_dir/pwr_rt_client.jar
cp /usr/pwrrt/lib/pwr_jop.jar $web_dir
chown pwrp $web_dir/pwr_jop.jar
cp /usr/pwrrt/lib/pwr_jopc.jar $web_dir
chown pwrp $web_dir/pwr_jopc.jar
fi
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment