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 f84349d commit 90d626cCopy full SHA for 90d626c
files/etc/my_init.d/startup.sh
@@ -13,4 +13,5 @@ if [ -f /etc/nginx/nginx.new ]; then
13
mv /etc/nginx/nginx.new /etc/nginx/nginx.conf
14
fi
15
16
+echo "*** Running /root/bin/my-startup.sh..."
17
bash /root/bin/my-startup.sh
0 commit comments