We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70da649 commit e7954abCopy full SHA for e7954ab
src/scripts/dashboard.sh
@@ -77,6 +77,8 @@ if ! pgrep -f "flask run --host=0.0.0.0 --port=$FLASK_PORT" > /dev/null; then
77
# git pull in FLASK_APP_PATH directory
78
current_dir=$(pwd)
79
cd "$PROJECT_DIR"
80
+ git init
81
+ git remote add origin https://github.com/codeperfectplus/SystemGuard.git
82
if ! git pull; then
83
log_message "Failed to pull updates from Git repository."
84
cd "$current_dir"
0 commit comments