Skip to content

Commit 7f7e65a

Browse files
committed
Fixed a quotation mark error
1 parent 3eb318e commit 7f7e65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/build_templates/sonic_debian_extension.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/sonic-nettools_*.deb || \
105105
sudo setcap 'cap_net_raw=+ep' $FILESYSTEM_ROOT/usr/bin/wol
106106

107107
# This is needed for moving monit logs, state and logrotate status to tmpfs
108-
sudo bash -c "echo \"d /dev/shm/monit/ 0755 root root\"" > $FILESYSTEM_ROOT/etc/tmpfiles.d/tmpfs-monit.conf
109-
sudo bash -c "echo \"d /dev/shm/logrotate/ 0755 root root\"" > $FILESYSTEM_ROOT/etc/tmpfiles.d/tmpfs-logrotate.conf
108+
sudo bash -c "echo \"d /dev/shm/monit/ 0755 root root\" > $FILESYSTEM_ROOT/etc/tmpfiles.d/tmpfs-monit.conf"
109+
sudo bash -c "echo \"d /dev/shm/logrotate/ 0755 root root\" > $FILESYSTEM_ROOT/etc/tmpfiles.d/tmpfs-logrotate.conf"
110110

111111

112112
# Install a patched version of ifupdown2 (and its dependencies via 'apt-get -y install -f')

0 commit comments

Comments
 (0)