From c3d8b2daa2e74e43a341e523f9545dedf5d2a1d2 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 3 Mar 2015 12:43:59 +0000 Subject: DEBUG: verbose ln --- openstack-swift.configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack-swift.configure b/openstack-swift.configure index d971dd84..8c6233a2 100644 --- a/openstack-swift.configure +++ b/openstack-swift.configure @@ -35,13 +35,13 @@ sed -f "$ROOT"/etc/openstack-swift-setup.sed -i \ if [[ "$SWIFT_CONTROLLER" = True ]] then - ln -s "/etc/systemd/system/openstack-swift-controller-setup.service" \ + ln -sv "/etc/systemd/system/openstack-swift-controller-setup.service" \ "$ROOT/etc/systemd/system/multi-user.target.wants/openstack-swift-controller-setup.service" fi if [[ "$SWIFT_STORAGE" = True ]] then - ln -s "/etc/systemd/system/openstack-swift-storage-setup.service" \ + ln -sv "/etc/systemd/system/openstack-swift-storage-setup.service" \ "$ROOT/etc/systemd/system/multi-user.target.wants/openstack-swift-storage-setup.service" fi -- cgit v1.2.1