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:
authorDaniel Hansson <mailto@danielhansson.nu>2022-05-08 00:57:22 +0300
committerGitHub <noreply@github.com>2022-05-08 00:57:22 +0300
commit3a252b8afe2f6f9e6b45e6d654692f5e52561c71 (patch)
treed482241382b55103df1f4e45bf4d2431e39779ac /disk
parent5a859b52802079b0d635b5baa94941a7bdfdb9eb (diff)
add info in format scripts (#2298)
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
}