mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
fix: address CrazyWolf13 review feedback
- Remove msg_info before mkdir (no need for msg block) - kept only for apt/pip (these generate stdout) Addressed reviewer comments from CrazyWolf13 (2026-02-10)
This commit is contained in:
@@ -37,7 +37,6 @@ cd /opt/calibre-web
|
||||
$STD pip3 install --no-cache-dir -r requirements.txt
|
||||
msg_ok "Installed Python Dependencies"
|
||||
|
||||
msg_info "Creating Data Directory"
|
||||
mkdir -p /opt/calibre-web/data
|
||||
msg_ok "Created Data Directory"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user