mirror of
https://github.com/ceph/ceph
synced 2025-01-05 10:42:05 +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
|