@@ -1448,7 +1448,16 @@ When running user command as root, please use <span class="notranslate">`--user`
14481448} // end of json
14491449```
14501450</div>
1451+
1452+ * Get Python script execution timeout in seconds :
14511453
1454+ <div class="notranslate">
1455+
1456+ ```
1457+ cloudlinux-selector get --json --interpreter python --get-run-script-timeout
1458+ ```
1459+ </div>
1460+
14521461* Get Python script execution timeout in seconds :
14531462
14541463 <div class="notranslate">
@@ -1535,7 +1544,7 @@ When running user command as root, please use <span class="notranslate">`--user`
15351544 <div class="notranslate">
15361545
15371546 ```
1538- cloudlinux-selector set --json --interpreter=python --run-script=5
1547+ cloudlinux-selector set --json --interpreter=python --run-script-timeout =5
15391548 ```
15401549 </div>
15411550
@@ -1566,8 +1575,6 @@ When running user command as root, please use <span class="notranslate">`--user`
15661575 cloudlinux-selector change-version-multiple --json --interpreter python --data <pairs user:app-root as json> --new-version <str>
15671576 ```
15681577 </div>
1569-
1570-
15711578#### *Examples*
15721579
157315801. Change version for a specific application:
@@ -1896,7 +1903,7 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
18961903 <div class="notranslate">
18971904
18981905 ```
1899- cloudlinux-selector get --json --interpreter=python --get-run-script
1906+ cloudlinux-selector get --json --interpreter=python --get-run-script-timeout
19001907 ```
19011908 </div>
19021909
@@ -2033,7 +2040,7 @@ Get Nodejs script execution timeout in seconds :
20332040<div class="notranslate">
20342041
20352042```
2036- cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2043+ cloudlinux-selector get --json --interpreter=nodejs --get-run-script-timeout
20372044```
20382045</div>
20392046
@@ -2120,7 +2127,7 @@ Set Nodejs script execution timeout value in seconds :
21202127<div class="notranslate">
21212128
21222129```
2123- cloudlinux-selector set --json --interpreter nodejs --run-script=5
2130+ cloudlinux-selector set --json --interpreter nodejs --run-script-timeout =5
21242131```
21252132</div>
21262133
@@ -2406,7 +2413,7 @@ Get Nodejs script execution timeout in seconds :
24062413<div class="notranslate">
24072414
24082415```
2409- cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2416+ cloudlinux-selector get --json --interpreter=nodejs --get-run-script-timeout
24102417```
24112418</div>
24122419
0 commit comments