Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
Diffstat (limited to 'disk')
-rw-r--r--disk/format-chosen.sh1
-rw-r--r--disk/format-sdb.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/disk/format-chosen.sh b/disk/format-chosen.sh
index c7900cf8..27d9e238 100644
--- a/disk/format-chosen.sh
+++ b/disk/format-chosen.sh
@@ -188,6 +188,7 @@ Please shutdown the server and mount a second drive, then start this script agai
If you want help you can buy support in our shop:
https://shop.hanssonit.se/product/premium-support-per-30-minutes/"
+ countdown "Please press 'CTRL+C' to abort this script and shutdown the server with 'sudo poweroff'" "120"
exit 1
fi
}
diff --git a/disk/format-sdb.sh b/disk/format-sdb.sh
index 3e826e53..9e4ea319 100644
--- a/disk/format-sdb.sh
+++ b/disk/format-sdb.sh
@@ -171,6 +171,7 @@ Please shutdown the server and mount a second drive, then start this script agai
If you want help you can buy support in our shop:
https://shop.hanssonit.se/product/premium-support-per-30-minutes/"
+ countdown "Please press 'CTRL+C' to abort this script and shutdown the server with 'sudo poweroff'" "120"
exit 1
fi
}