mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
fix error in tools.func
This commit is contained in:
@@ -1856,7 +1856,7 @@ function setup_composer() {
|
||||
if [[ ! -x "$COMPOSER_BIN" ]]; then
|
||||
msg_error "Composer installation failed"
|
||||
return 1
|
||||
}
|
||||
fi
|
||||
|
||||
chmod +x "$COMPOSER_BIN"
|
||||
$STD "$COMPOSER_BIN" self-update --no-interaction || true
|
||||
|
||||
Reference in New Issue
Block a user