Skip to content

Commit

Permalink
Update app.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikingman committed Aug 27, 2021
1 parent 4f58c0a commit 8c3a4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vulusr_model_processor/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#

library(shiny)
#setwd('/srv/shiny-server/App')
#source(file.path(getwd(), 'env_variables.R'), local = TRUE)
setwd('/srv/shiny-server/App')
source(file.path(getwd(), 'env_variables.R'), local = TRUE)
source(file.path(getwd(), 'R', 'fct_local_utilities.R'), local = FALSE)
source(file.path(getwd(), 'R', 'fct_hin_tool.R'), local = FALSE)
#
Expand Down

0 comments on commit 8c3a4a6

Please sign in to comment.