diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index 4cfe112..bc94ada 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -18,7 +18,7 @@ echo ' # !!! KEEP CREDENTIALS IN ~/.zen/secret.astroport.key # UNINSTALL -# rm -Rf ~/.zen && rm ~/.ssb && mv ~/.ssb_$USER ~/.ssb +# cd && rm -Rf ~/.zen && rm ~/.ssb && mv ~/.ssb_$USER ~/.ssb ######################################################################## ' @@ -214,6 +214,7 @@ echo ' Install https://cesium.app on your Desktop or Smartphone. + Enter "yes" to install cron TASK and init your account ONLINE... ' read yesno @@ -224,5 +225,18 @@ if [[ $yesno == "yes" ]]; then ~/.zen/astroport/zen/cron_VRFY.sh fi +echo 'finished... +######################################################################## +EVERYTHING SHOULD BE ALRIGHT? +Try astroport basic commands to verify install. +1. sbotc whoami +2. ipfs id +3. silkaj balance $g1pub +4. crontab -l + +You should see "astroport/zen/cron_MINUTE.sh" in last one. + +Send comments to support@qo-op.com +' exit 0