mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-10 19:14:57 +00:00
Refactor dotnet symlink and update Settings.yml comments
Removed duplicate symlink creation for dotnet and added comments in Settings.yml.
This commit is contained in:
committed by
GitHub
parent
11b3f0da35
commit
36e905df8a
@@ -36,7 +36,6 @@ $STD /tmp/dotnet-install.sh \
|
||||
|
||||
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
||||
|
||||
# Make dotnet available system-wide
|
||||
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
||||
|
||||
rm /tmp/dotnet-install.sh
|
||||
@@ -74,7 +73,6 @@ msg_ok "Frontend Built"
|
||||
msg_info "Creating Configuration Directory"
|
||||
mkdir -p /app/Config
|
||||
|
||||
# Cria Settings.yml com comentários explicativos
|
||||
cat <<'EOF' > /app/Config/Settings.yml
|
||||
# =====================================================================
|
||||
# ImmichFrame Configuration
|
||||
|
||||
Reference in New Issue
Block a user