Commit c52c3a3d authored by Claes Sjofors's avatar Claes Sjofors

pwrp_env.sh, minor change in login.sh

parent 0deb48b5
...@@ -609,6 +609,10 @@ pwrc_create_func() ...@@ -609,6 +609,10 @@ pwrc_create_func()
# Printer command for plc documents # Printer command for plc documents
#export pwr_foe_gre_print="lpr -P lp1" #export pwr_foe_gre_print="lpr -P lp1"
# Specification of external directories with includefiles, included in the plc code
# by ra_plc_user.h. The syntax is a compiler option string
#export PWR_EXT_INC="-I/usr/local/include"
if [ -e "\$pwrp_doc/sysinfo.txt" ]; then if [ -e "\$pwrp_doc/sysinfo.txt" ]; then
echo "-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_" echo "-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_"
echo "Welcome to" echo "Welcome to"
......
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