@@ -1450,13 +1450,13 @@ When running user command as root, please use <span class="notranslate">`--user`
1450
1450
} // end of json
1451
1451
```
1452
1452
</div>
1453
-
1453
+
1454
1454
* Get Python script execution timeout in seconds :
1455
1455
1456
1456
<div class="notranslate">
1457
1457
1458
1458
```
1459
- cloudlinux-selector get --json --interpreter python --get-run-script
1459
+ cloudlinux-selector get --json --interpreter python --get-run-script-timeout
1460
1460
```
1461
1461
</div>
1462
1462
@@ -1537,7 +1537,7 @@ When running user command as root, please use <span class="notranslate">`--user`
1537
1537
<div class="notranslate">
1538
1538
1539
1539
```
1540
- cloudlinux-selector set --json --interpreter=python --run-script=5
1540
+ cloudlinux-selector set --json --interpreter=python --run-script-timeout =5
1541
1541
```
1542
1542
</div>
1543
1543
@@ -1898,7 +1898,7 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
1898
1898
<div class="notranslate">
1899
1899
1900
1900
```
1901
- cloudlinux-selector get --json --interpreter=python --get-run-script
1901
+ cloudlinux-selector get --json --interpreter=python --get-run-script-timeout
1902
1902
```
1903
1903
</div>
1904
1904
@@ -2035,7 +2035,7 @@ Get Nodejs script execution timeout in seconds :
2035
2035
<div class="notranslate">
2036
2036
2037
2037
```
2038
- cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2038
+ cloudlinux-selector get --json --interpreter=nodejs --get-run-script-timeout
2039
2039
```
2040
2040
</div>
2041
2041
@@ -2122,7 +2122,7 @@ Set Nodejs script execution timeout value in seconds :
2122
2122
<div class="notranslate">
2123
2123
2124
2124
```
2125
- cloudlinux-selector set --json --interpreter nodejs --run-script=5
2125
+ cloudlinux-selector set --json --interpreter nodejs --run-script-timeout =5
2126
2126
```
2127
2127
</div>
2128
2128
@@ -2408,7 +2408,7 @@ Get Nodejs script execution timeout in seconds :
2408
2408
<div class="notranslate">
2409
2409
2410
2410
```
2411
- cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2411
+ cloudlinux-selector get --json --interpreter=nodejs --get-run-script-timeout
2412
2412
```
2413
2413
</div>
2414
2414
0 commit comments