You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mwarn"Needs to SSH to ${hostname} to check whether process ${pid} is still alive. If you don't have SSH key authentication set up, you will be asked to enter your account password below."
521
+
warn"Needs to SSH to ${hostname} to check whether process ${pid} is still alive. If you don't have SSH key authentication set up, you will be asked to enter your account password below."
mwarn"The RStudio Server (PID $(rserver_pid)) will time out in $(rserver_timeout) minutes on $(date --rfc-3339=seconds --date="+$(rserver_timeout) minutes"), unless a new R session is started"
1231
+
warn"The RStudio Server (PID $(rserver_pid)) will time out in $(rserver_timeout) minutes on $(date --rfc-3339=seconds --date="+$(rserver_timeout) minutes"), unless a new R session is started"
mwarn"The RStudio Server (PID $(rserver_pid)) was shut down on $(date --rfc-3339=seconds) after $(rserver_timeout) minutes without an active R session"
1241
+
warn"The RStudio Server (PID $(rserver_pid)) was shut down on $(date --rfc-3339=seconds) after $(rserver_timeout) minutes without an active R session"
1218
1242
terminate_rserver
1219
1243
terminate_ssh_revtunnel
1220
1244
fi
@@ -1483,7 +1507,7 @@ while [[ $# -gt 0 ]]; do
1483
1507
value=${1//--[[:alpha:]]*=}
1484
1508
mdebug "Key-value option '$1' parsed to key='${key}', value='${value}'"
1485
1509
if [[ -z${value} ]];then
1486
-
merror"Option '--${key}' must not be empty"
1510
+
error"Option '--${key}' must not be empty"
1487
1511
fi
1488
1512
if [[ "${key}"=="port" ]];then
1489
1513
port=${value}
@@ -1504,7 +1528,7 @@ while [[ $# -gt 0 ]]; do
1504
1528
[[ -z"${value}" ]] && error "Option '--revtunnel' must not be empty"
message "Any R session started times out after being idle for $(rsession_timeout) minutes."
1903
1941
1904
-
mwarn"You now have $(rserver_timeout) minutes, until $(date --rfc-3339=seconds --date="+$(rserver_timeout) minutes"), to connect and log in to the RStudio Server before everything times out."
1942
+
warn"You now have $(rserver_timeout) minutes, until $(date --rfc-3339=seconds --date="+$(rserver_timeout) minutes"), to connect and log in to the RStudio Server before everything times out."
1905
1943
1906
1944
if${RSC_PASSWORD_ECHO:-false};then
1907
1945
message "Your password for this RStudio Server instance is: ${blue}${RSC_PASSWORD}${undo}"
0 commit comments