Skip to content

Commit

Permalink
Merge pull request #105 from BenWestgate/fix-terminal-title
Browse files Browse the repository at this point in the history
Fix terminal title
  • Loading branch information
BenWestgate authored Mar 26, 2024
2 parents a5baf41 + 9128c7f commit ad0f354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion bin/install-core
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ wget --continue --no-host-directories --cut-dirs=1 --recursive --level=1 --accep
clear -x

# Setup Persistent Storage if it is not already
printf '\033]2;Setup the Persistent Storage\a'
persistent-setup || systemctl reboot

# Installs Bails to Persistent Storage
Expand Down
1 change: 1 addition & 0 deletions bin/persistent-setup
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ INSTALL_DIR="$DOTFILES/.local/share/bitcoin-core"
[ -d $INSTALL_DIR ] || zenity --title='Welcome to Bails' --info \
--text="Thank you for choosing Bails, a self-custodial Bitcoin Core wallet and full node.\n\nDuring this initial setup process, we will guide you through the necessary steps\nto ensure a smooth experience. Let's get started!" \
--no-wrap --ok-label='Continue' $ICON --icon-name=bails128
printf '\033]2;Setup the Persistent Storage\a'

# check for already unlocked Persistent Storage
if [ -b '/dev/mapper/TailsData_unlocked' ]; then
Expand Down

0 comments on commit ad0f354

Please sign in to comment.