Compare commits

...
Author SHA1 Message Date
github-actions[bot] c0165c0ef7 Update CHANGELOG.md 2026-09-06 21:01:03 +00:00
Jari Huttunen 82562fb20d Fix Sonarqube update script to add +x on sonar.sh (#17056) 2026-09-06 23:00:47 +02:00
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -542,6 +542,12 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2026-09-06
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- Fix Sonarqube update script to add +x on sonar.sh [@jarihu](https://github.com/jarihu) ([#17056](https://github.com/community-scripts/ProxmoxVE/pull/17056))
## 2026-09-05
### 🚀 Updated Scripts
+1
View File
@@ -54,6 +54,7 @@ function update_script() {
cp -rp ${BACKUP_DIR}/extensions/ /opt/sonarqube/extensions/
cp -p ${BACKUP_DIR}/conf/sonar.properties /opt/sonarqube/conf/sonar.properties
rm -rf ${BACKUP_DIR}
chmod +x /opt/sonarqube/bin/linux-x86-64/sonar.sh
chown -R sonarqube:sonarqube /opt/sonarqube
msg_ok "Restored Backup"