From a3d63f60f6bb00fd9a11f7458233800fa864e3c2 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 28 Feb 2021 11:19:34 +0800 Subject: [PATCH] Fixed #61 --- src/gnome-shell/extensions/dash-to-panel/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnome-shell/extensions/dash-to-panel/install.sh b/src/gnome-shell/extensions/dash-to-panel/install.sh index 5970c26..3680b27 100755 --- a/src/gnome-shell/extensions/dash-to-panel/install.sh +++ b/src/gnome-shell/extensions/dash-to-panel/install.sh @@ -15,7 +15,7 @@ if [[ -f ${DEST_DIR}/stylesheet.css ]]; then mv -n ${DEST_DIR}/stylesheet.css ${DEST_DIR}/stylesheet.css.back cp -r ${REPO_DIR}/stylesheet.css ${DEST_DIR}/stylesheet.css else - prompt -i "\n stylesheet.css not exist!" + echo -e "\n stylesheet.css not exist!" exit 0 fi @@ -28,7 +28,7 @@ if [[ -f ${DEST_DIR}/stylesheet.css.back ]]; then rm -rf ${DEST_DIR}/stylesheet.css mv -n ${REPO_DIR}/stylesheet.css.back ${DEST_DIR}/stylesheet.css else - prompt -i "\n stylesheet.css.back not exist!" + echo -e "\n stylesheet.css.back not exist!" exit 0 fi