mirror of
https://github.com/winapps-org/winapps.git
synced 2025-11-05 22:04:10 +01:00
winapps: Fix dprint called before APPDATA_PATH created.
Signed-off-by: Guillermo Reisch <greisch@fing.edu.uy>
This commit is contained in:
@@ -785,11 +785,11 @@ function waTimeSync() {
|
||||
|
||||
### MAIN LOGIC ###
|
||||
#set -x # Enable for debugging.
|
||||
mkdir -p "$APPDATA_PATH"
|
||||
dprint "START"
|
||||
dprint "SCRIPT_DIR: ${SCRIPT_DIR_PATH}"
|
||||
dprint "SCRIPT_ARGS: ${*}"
|
||||
dprint "HOME_DIR: ${HOME}"
|
||||
mkdir -p "$APPDATA_PATH"
|
||||
waLastRun
|
||||
waLoadConfig
|
||||
waGetFreeRDPCommand
|
||||
|
||||
Reference in New Issue
Block a user