diff --git a/chertex.sh b/chertex.sh index 272a2bc..56aa16f 100755 --- a/chertex.sh +++ b/chertex.sh @@ -129,8 +129,9 @@ if [ $# -eq 1 ]; then # Old attempts, never worked #PORT=$( /home/taha/chepec/chetex/sample-matrix/shinyapp/shiny.port # Run R Shiny app at localhost port # Note: this process does not return control to bash... -R -e "shiny::runApp('~/chepec/chetex/sample-matrix/shinyapp', port = $PORT)" +nohup R -e "shiny::runApp('~/chepec/chetex/sample-matrix/shinyapp', port = $PORT)"