scripts: install: Remove "Installing theme in ..." echo

It is somehow repetitive, and also the redirection is wrong

Fixes #681
This commit is contained in:
Rafael Mardojai CM 2023-11-22 10:05:19 -05:00
parent 5d69c4b087
commit 1208b24818
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ function saveProfile(){
local PROFILE_PATH="$1" local PROFILE_PATH="$1"
cd "$FIREFOXFOLDER/$PROFILE_PATH" || { echo "FAIL, Firefox profile path was not found."; exit 1; } cd "$FIREFOXFOLDER/$PROFILE_PATH" || { echo "FAIL, Firefox profile path was not found."; exit 1; }
echo "Installing theme in $PWD" >$(tty)
# Create a chrome directory if it doesn't exist. # Create a chrome directory if it doesn't exist.
mkdir -p chrome mkdir -p chrome
cd chrome || { echo "FAIL, couldn't create chrome dir in $PWD, please check if there's something else named 'chrome'."; exit 1; } cd chrome || { echo "FAIL, couldn't create chrome dir in $PWD, please check if there's something else named 'chrome'."; exit 1; }