Skip to content

Commit e7954ab

Browse files
chore: Initialize git repository and add remote origin
1 parent 70da649 commit e7954ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scripts/dashboard.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ if ! pgrep -f "flask run --host=0.0.0.0 --port=$FLASK_PORT" > /dev/null; then
7777
# git pull in FLASK_APP_PATH directory
7878
current_dir=$(pwd)
7979
cd "$PROJECT_DIR"
80+
git init
81+
git remote add origin https://github.com/codeperfectplus/SystemGuard.git
8082
if ! git pull; then
8183
log_message "Failed to pull updates from Git repository."
8284
cd "$current_dir"

0 commit comments

Comments
 (0)