mirror of
https://github.com/ceph/ceph
synced 2024-12-16 08:26:25 +00:00
12 lines
140 B
YAML
12 lines
140 B
YAML
- |
|
|
#!/bin/bash
|
|
cp /var/log/cloud-init-output.log /mnt/log
|
|
|
|
- |
|
|
#!/bin/bash
|
|
umount /mnt/log
|
|
|
|
- |
|
|
#!/bin/bash
|
|
shutdown -h -P now
|