From db8214a59d31f004bbbacfd71e61be96f4b7fb72 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Sat, 22 Jun 2019 23:23:59 +0800 Subject: [PATCH] move script to /usr/bin --- usr/{local => }/bin/pve-fake-subscription | 0 usr/lib/systemd/system/pve-fake-subscription.service | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename usr/{local => }/bin/pve-fake-subscription (100%) diff --git a/usr/local/bin/pve-fake-subscription b/usr/bin/pve-fake-subscription similarity index 100% rename from usr/local/bin/pve-fake-subscription rename to usr/bin/pve-fake-subscription diff --git a/usr/lib/systemd/system/pve-fake-subscription.service b/usr/lib/systemd/system/pve-fake-subscription.service index f5e0599..2b77ffc 100644 --- a/usr/lib/systemd/system/pve-fake-subscription.service +++ b/usr/lib/systemd/system/pve-fake-subscription.service @@ -3,5 +3,5 @@ Description=Fake a Proxmox VE subscription [Service] Type=oneshot -ExecStart=/usr/local/bin/pve-fake-subscription +ExecStart=/usr/bin/pve-fake-subscription