We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f550e commit 5e4db13Copy full SHA for 5e4db13
1 file changed
setup.sh
@@ -154,9 +154,10 @@ cp -rf /usr/local/bin/enginescript/config/etc/update-motd.d/99-enginescript /etc
154
chmod +x /etc/update-motd.d/99-enginescript
155
chown root:root /etc/update-motd.d/99-enginescript
156
dos2unix /etc/update-motd.d/99-enginescript
157
+
158
# Test MOTD
-sudo run-parts --test /etc/update-motd.d/
159
-sudo run-parts /etc/update-motd.d/
+run-parts --test /etc/update-motd.d/
160
+run-parts /etc/update-motd.d/
161
162
# HWE
163
apt install --install-recommends linux-generic-hwe-${UBUNTU_VERSION} -y
0 commit comments