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
|
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
||||||
|
|
||||||
# Make dotnet available system-wide
|
|
||||||
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
||||||
|
|
||||||
rm /tmp/dotnet-install.sh
|
rm /tmp/dotnet-install.sh
|
||||||
@@ -74,7 +73,6 @@ msg_ok "Frontend Built"
|
|||||||
msg_info "Creating Configuration Directory"
|
msg_info "Creating Configuration Directory"
|
||||||
mkdir -p /app/Config
|
mkdir -p /app/Config
|
||||||
|
|
||||||
# Cria Settings.yml com comentários explicativos
|
|
||||||
cat <<'EOF' > /app/Config/Settings.yml
|
cat <<'EOF' > /app/Config/Settings.yml
|
||||||
# =====================================================================
|
# =====================================================================
|
||||||
# ImmichFrame Configuration
|
# ImmichFrame Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user