Skip to content

Commit

Permalink
Disabled netplan file update
Browse files Browse the repository at this point in the history
  • Loading branch information
ElstonLewis committed Oct 22, 2024
1 parent ea0477b commit 25844a7
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 25844a7

Please sign in to comment.