Skip to content

Commit

Permalink
Merge pull request #88 from ElstonLewis/Improvements_Debian12
Browse files Browse the repository at this point in the history
Disabled netplan file update
  • Loading branch information
ElstonLewis authored Oct 22, 2024
2 parents ea0477b + 25844a7 commit d9b39e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/linux/net-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if [[ "$1" == "debian12" ]] || [[ "$1" == "ubuntu24"* ]]; then
fi

# Netplan file permission fix OMI-239
if [[ "$1" == "debian12" ]]; then
chmod 644 /mnt/etc/netplan/50-cloud-init.yaml
fi
#if [[ "$1" == "debian12" ]]; then
# chmod 644 /mnt/etc/netplan/50-cloud-init.yaml
#fi

0 comments on commit d9b39e5

Please sign in to comment.