You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir -p $DATA_DIR/{wallets,blocks} # TODO: this can be replaced by creating the symlink in panic mode solution
217
217
ln --symbolic --force -b /media/"$USER"$DATA_DIR/wallets # links media mount directory to wallets folder for easier loading of watch encrypted or external media wallets
218
218
chmod -w $DATA_DIR/wallets # TODO: this can be deleted when panic mode is added
0 commit comments