Fix warnings word breaks

This commit is contained in:
iliajie
2022-08-10 15:47:40 +03:00
parent 3dfc71d8c1
commit 222f2cba58
2 changed files with 4 additions and 4 deletions

View File

@ -325,7 +325,7 @@ if [ "\$inetd" != "1" ]; then
if [ "\$justinstalled" = "1" ]; then
/etc/$baseproduct/start >/dev/null 2>&1 </dev/null
if [ "\$?" != "0" ]; then
echo "E: \${productucf} server cannot be started. It is advised to start it manually\n by running \\"/etc/$baseproduct/restart-by-force-kill\\" command"
echo "E: \${productucf} server cannot be started. It is advised to start it manually by\n running \\"/etc/$baseproduct/restart-by-force-kill\\" command"
fi
else
if [ "$product" = "webmin" ]; then
@ -342,7 +342,7 @@ if [ "\$inetd" != "1" ]; then
/etc/$baseproduct/restart >/dev/null 2>&1 </dev/null
fi
if [ "\$?" != "0" ]; then
echo "W: \${productucf} server cannot be restarted. It is advised to restart it manually\n by running \\"/etc/$baseproduct/restart-by-force-kill\\" command when upgrade process is finished"
echo "W: \${productucf} server cannot be restarted. It is advised to restart it manually by\n running \\"/etc/$baseproduct/restart-by-force-kill\\" command when upgrade process is finished"
fi
fi
fi

View File

@ -220,7 +220,7 @@ if [ "\$inetd" != "1" ]; then
if [ "\$1" == 1 ]; then
/etc/webmin/start >/dev/null 2>&1 </dev/null
if [ "\$?" != "0" ]; then
echo "error: Webmin server cannot be started. It is advised to start it manually\n by running \\"/etc/webmin/restart-by-force-kill\\" command"
echo "error: Webmin server cannot be started. It is advised to start it manually by\n running \\"/etc/webmin/restart-by-force-kill\\" command"
fi
else
if [ "\$killmodenone" != "1" ]; then
@ -233,7 +233,7 @@ if [ "\$inetd" != "1" ]; then
fi
fi
if [ "\$?" != "0" ]; then
echo "warning: Webmin server cannot be restarted. It is advised to restart it manually\n by running \\"/etc/webmin/restart-by-force-kill\\" when upgrade process is finished"
echo "warning: Webmin server cannot be restarted. It is advised to restart it manually by\n running \\"/etc/webmin/restart-by-force-kill\\" when upgrade process is finished"
fi
fi
fi