We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c31d47 commit 64435e0Copy full SHA for 64435e0
ubuntu20-preconfig-ceph.sh
@@ -311,7 +311,7 @@ add_cockpit() {
311
fi
312
313
apt install -y cockpit cockpit-benchmark cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-identities \
314
- cockpit-sosreport realmd tuned udisks2-lvm2 samba winbind nfs-kernel-server nfs-client 45drives-tools cockpit-scheduler
+ realmd tuned udisks2-lvm2 samba winbind nfs-kernel-server nfs-client 45drives-tools cockpit-scheduler
315
316
res=$?
317
ubuntu20-preconfig.sh
@@ -27,7 +27,7 @@ euid=$(id -u)
27
28
if [[ "$euid" != 0 ]]; then
29
echo "Please run as root or with sudo."
30
- exit 1
+ exit
31
32
33
welcome() {
0 commit comments