mirror of
https://github.com/winapps-org/winapps.git
synced 2025-11-10 08:14:15 +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 ###
|
### MAIN LOGIC ###
|
||||||
#set -x # Enable for debugging.
|
#set -x # Enable for debugging.
|
||||||
|
mkdir -p "$APPDATA_PATH"
|
||||||
dprint "START"
|
dprint "START"
|
||||||
dprint "SCRIPT_DIR: ${SCRIPT_DIR_PATH}"
|
dprint "SCRIPT_DIR: ${SCRIPT_DIR_PATH}"
|
||||||
dprint "SCRIPT_ARGS: ${*}"
|
dprint "SCRIPT_ARGS: ${*}"
|
||||||
dprint "HOME_DIR: ${HOME}"
|
dprint "HOME_DIR: ${HOME}"
|
||||||
mkdir -p "$APPDATA_PATH"
|
|
||||||
waLastRun
|
waLastRun
|
||||||
waLoadConfig
|
waLoadConfig
|
||||||
waGetFreeRDPCommand
|
waGetFreeRDPCommand
|
||||||
|
|||||||
Reference in New Issue
Block a user