feat/fcm-notifications #67

Closed
rafaga21 wants to merge 28 commits from feat/fcm-notifications into master
Showing only changes of commit b8298024fb - Show all commits

View File

@@ -135,6 +135,9 @@ else
echo "WARNING: Could not install crontab." echo "WARNING: Could not install crontab."
echo " Run: $AGENT_BIN &" echo " Run: $AGENT_BIN &"
} }
echo " Starting agent in background..."
nohup "$AGENT_BIN" > "$LOG_DIR/agent.log" 2>&1 & disown
echo " Agent started (PID $!)"
fi fi
echo "" echo ""