Skip to content

Commit

Permalink
Fix path for file
Browse files Browse the repository at this point in the history
  • Loading branch information
gpunathilell committed Jul 9, 2024
1 parent ac575f8 commit cc9958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ sudo awk -v replacement="$repl_text" '
print
}
' "$filename" > temp_file && sudo mv temp_file "$filename"
chmod +x /sbin/resolvconf
chmod +x $filename
# default rsyslog version is 8.2110.0 which has a bug on log rate limit,
# use backport version
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -t bullseye-backports -y install rsyslog
Expand Down

0 comments on commit cc9958b

Please sign in to comment.