Skip to content

Commit 64435e0

Browse files
committed
updating ubuntu20 scripts
1 parent 8c31d47 commit 64435e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ubuntu20-preconfig-ceph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ add_cockpit() {
311311
fi
312312

313313
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
314+
realmd tuned udisks2-lvm2 samba winbind nfs-kernel-server nfs-client 45drives-tools cockpit-scheduler
315315

316316
res=$?
317317

ubuntu20-preconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ euid=$(id -u)
2727

2828
if [[ "$euid" != 0 ]]; then
2929
echo "Please run as root or with sudo."
30-
exit 1
30+
exit
3131
fi
3232

3333
welcome() {

0 commit comments

Comments
 (0)