From 698aaa17edc7f5bafb4bbd7716b56fc60e91843d Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Thu, 6 May 2021 13:41:24 -0600 Subject: [PATCH] Standardize final output of mantinence scripts Signed-off-by: Ethan Dye --- install.bash | 4 ++-- uninstall.bash | 3 ++- update.bash | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/install.bash b/install.bash index 814037b..9a9f8cd 100755 --- a/install.bash +++ b/install.bash @@ -37,5 +37,5 @@ echo "Starting zram-config.service" systemctl daemon-reload systemctl enable --now zram-config.service -echo "##### zram-config is now installed and running #####" -echo "##### edit /etc/ztab to configure options #####" +echo "##### zram-config is now installed and running #####" +echo "##### edit /etc/ztab to configure options #####" diff --git a/uninstall.bash b/uninstall.bash index 04bf80c..7ba2123 100755 --- a/uninstall.bash +++ b/uninstall.bash @@ -20,4 +20,5 @@ rm -f /etc/ztab rm -rf /usr/local/lib/zram-config rm -rf /usr/local/share/zram-config -echo "##### Reboot isn't needed #####" +echo "##### zram-config has been uninstalled #####" +echo "##### Reboot is not needed #####" diff --git a/update.bash b/update.bash index 6a17f93..38710d1 100755 --- a/update.bash +++ b/update.bash @@ -53,5 +53,5 @@ echo "Starting zram-config.service" systemctl daemon-reload systemctl start zram-config.service -echo "##### zram-config has been updated #####" -echo "##### edit /etc/ztab to configure options #####" +echo "##### zram-config has been updated #####" +echo "##### edit /etc/ztab to configure options #####"