Fix correct shebang for libvirt.

Change-Id: I307434e73a9688e4b43920a4ce0f1b89f04e6aa0
This commit is contained in:
ericxiett
2019-08-23 20:16:20 +08:00
parent 90c6ae9259
commit 0bc76c36c5

View File

@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -ex
export DEBIAN_FRONTEND=noninteractive ;\
apt-key add /etc/apt/ceph-${CEPH_RELEASE}.key ;\