Skip to content

Commit 4134dda

Browse files
chore: Update log file path for system dashboard
1 parent 915faf2 commit 4134dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SCRIPT_DIR="$(dirname "$(realpath "$0" 2>/dev/null || readlink -f "$0")")"
1212
FLASK_APP_PATH="${FLASK_APP_PATH:-$SCRIPT_DIR/app.py}"
1313
REQUIREMENTS_FILE="${REQUIREMENTS_FILE:-$SCRIPT_DIR/requirements.txt}"
1414
FLASK_PORT="${FLASK_PORT:-5050}"
15-
LOG_FILE="${SCRIPT_DIR}/my_script.log"
15+
LOG_FILE="/home/$(whoami)/logs/systemdashboard_flask.log"
1616
USERNAME="$(whoami)"
1717

1818
# Check for Miniconda3 and Anaconda3

0 commit comments

Comments
 (0)