mirror of
https://github.com/ceph/ceph
synced 2024-12-13 06:57:21 +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
|