#18 master

已合併
chess 1 年之前 將 3 次代碼提交從 jeffery/elxr:master合併至 master

+ 11
- 0
linux/centos/elxr/setup.sh 查看文件

@@ -421,3 +421,14 @@ sudo systemctl restart chronyd

# Display NTP synchronization status
chronyc tracking

# If pm2 command not found
# Step 1
# npm config get prefix
# Step 2
# Might give a path like /usr/local/lib/node-v20.8.0-linux-x64
# Append path with /bin
# export PATH=$PATH:/usr/local/lib/node-v20.8.0-linux-x64/bin
# Step 3
# Check pm2
# pm2

Loading…
取消
儲存