Skip to content

Commit

Permalink
Fix error message paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 16, 2022
1 parent 38d6dd0 commit ea71921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerpm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
if [ "\$inetd" != "1" ]; then
/etc/usermin/restart >/dev/null 2>&1 </dev/null
if [ "\$?" != "0" ]; then
echo "error: Usermin server cannot be started. It is advised to start it manually\n by running \\"/etc/usermin/restart-by-force-kill\\" command"
echo "error: Usermin server cannot be started. It is advised to start it manually\n by running \\"/etc/usermin/restart-by-force-kill\\" command"
fi
fi
cat >/etc/usermin/uninstall.sh <<EOFF
Expand Down

0 comments on commit ea71921

Please sign in to comment.