User Tools

Site Tools


средства_программирования_shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
средства_программирования_shell [2023/01/28 11:17]
val [Web сервер на shell]
средства_программирования_shell [2023/02/14 15:25]
val [Использование диалоговых окон]
Line 392: Line 392:
  
 read request read request
-##echo "​$request"​ >> $log       # ​not work with keepalived+##echo "​$request"​ >> $log       # ​for educational demonstration
  
 filename="​${request#​GET }" filename="​${request#​GET }"
Line 404: Line 404:
 do do
   read -r header   read -r header
-##  echo "​$header"​ >> $log       # ​not work with keepalived+##  echo "​$header"​ >> $log       # ​for educational demonstration
   [ "​$header"​ == $'​\r'​ ] && break;   [ "​$header"​ == $'​\r'​ ] && break;
-  ​[ "​$header"​ == $''​ ] && break; ​   # for STDIN/​STDOUT ​test+##  ​[ "​$header"​ == $''​ ] && break; ​   # for STDIN/​STDOUT ​educational demonstration
 done done
  
Line 489: Line 489:
         PROG_THBIRD:​ "Mail client Thunderbird"​ "​$(on_off PROG_THBIRD "​$GP_OP_FILE"​)"​ \         PROG_THBIRD:​ "Mail client Thunderbird"​ "​$(on_off PROG_THBIRD "​$GP_OP_FILE"​)"​ \
         ROLE_ZAB_AG:​ "​Zabbix Agent" "​$(on_off ROLE_ZAB_AG "​$GP_OP_FILE"​)"​ \         ROLE_ZAB_AG:​ "​Zabbix Agent" "​$(on_off ROLE_ZAB_AG "​$GP_OP_FILE"​)"​ \
-        ​ROLE_OVPN_CL: "​OpenVPN Client"​ "​$(on_off ​ROLE_OVPN_CL ​"​$GP_OP_FILE"​)"​ \+        ​ROLE_OVPN1_CL: "​OpenVPN Client"​ "​$(on_off ​ROLE_OVPN1_CL ​"​$GP_OP_FILE"​)"​ \
 2>"​$TEMP_FILE"​ 2>"​$TEMP_FILE"​
  
средства_программирования_shell.txt · Last modified: 2024/04/11 12:41 by val