# and Try again..." && exit 1

This commit is contained in:
qo-op 2020-05-02 04:08:22 +02:00
parent d76d06cf20
commit 7fbdc0e34d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ ONBOARDING activation... linking ~/.ssb to ~/.ssb_astroport
[[ ! -d ~/.ssb_astroport ]] && mkdir -p ~/.ssb_astroport
# If exists backup ~/.ssb to ~/.ssb_$USER SSB (one time only !)
[[ -d ~/.ssb_$USER ]] && echo "BACKUP already existing... Restore it : rm -Rf ~/.ssb && mv ~/.ssb_$USER ~/.ssb and Try again..." && exit 1
[[ -d ~/.ssb_$USER ]] && echo "BACKUP already existing... Restore it : rm -Rf ~/.ssb && mv ~/.ssb_$USER ~/.ssb # and Try again..." && exit 1
if [[ -d ~/.ssb ]]; then
[[ -f ~/.ssb/manifest.json ]] && cp -f ~/.ssb/manifest.json ~/.ssb_astroport/