Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Suggest node restart after upgrade
Alexis Sellier committed 2 years ago
commit 837e126c944e817cea0364630b03d592b23f223a
parent ecd4f4c
1 file changed +9 -0
modified install
@@ -18,6 +18,15 @@ warn() {

success() {
  printf "\033[32m✓\033[0m Radicle was installed successfully.\n"
+

+
  RAD_HOME=$(rad path)
+

+
  if [ $? -eq 0 ]; then
+
    if [ -S "$RAD_HOME/node/control.sock" ];  then
+
      printf "\n"
+
      printf "Please restart your node to complete the upgrade.\n"
+
    fi
+
  fi
}

error() {