Skip to content

Commit

Permalink
fix display formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCDOnly committed Mar 20, 2024
1 parent 18b3118 commit 65730cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/sortmyqpkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ case $1 in
ShowPackagesAfter | /usr/bin/tee -a "$TEMP_LOG_PATHFILE"
RecordOperationComplete "$1"
CommitLog
echo -e "\n Packages will be loaded in this order during next boot-up.\n"
echo -e "\nPackages will be loaded in this order during next boot-up.\n"
;;
init|stop|restart)
# do nothing
Expand All @@ -549,7 +549,7 @@ case $1 in
pref)
ShowSources
ShowPreferredList
echo -e "\n To re-order packages: $0 fix\n"
echo -e "\nTo re-order packages: $0 fix\n"
;;
remove)
/bin/grep -q 'sortmyqpkgs.sh' $SHUTDOWN_PATHFILE && /bin/sed -i '/sortmyqpkgs.sh/d' $SHUTDOWN_PATHFILE
Expand Down Expand Up @@ -577,10 +577,10 @@ case $1 in
fi
;;
*)
echo -e "\n Usage: $0 {backup|fix|pref|reset|restore|status}\n"
echo -e "\nUsage: $0 {backup|fix|pref|reset|restore|status}\n"
ShowSources
ShowPackagesCurrent
echo -e "\n To re-order packages: $0 fix\n"
echo -e "\nTo re-order packages: $0 fix\n"
esac

[[ -e $TEMP_LOG_PATHFILE ]] && rm -f "$TEMP_LOG_PATHFILE"
Expand Down

0 comments on commit 65730cc

Please sign in to comment.