summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-06-30 13:30:51 +0300
committernl6720 <nl6720@gmail.com>2020-06-30 18:10:55 +0300
commit511ca9d95d9a120e6d5eec080a23c03453e51856 (patch)
tree6f832d59ec628d4f0a5a6bd4dfee66a205edf975 /configs
parent3cf8e738ed7c83c786b0a831f630cef6eca297df (diff)
downloadarchiso32-511ca9d95d9a120e6d5eec080a23c03453e51856.tar.xz
Move choose-mirror script to /usr/local/bin/
/etc/systemd/scripts/ is not a standard directory. Run shellchek on the choose-mirror script.
Diffstat (limited to 'configs')
-rw-r--r--configs/releng/airootfs/etc/systemd/system/choose-mirror.service2
-rwxr-xr-xconfigs/releng/airootfs/usr/local/bin/choose-mirror (renamed from configs/releng/airootfs/etc/systemd/scripts/choose-mirror)0
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/choose-mirror.service b/configs/releng/airootfs/etc/systemd/system/choose-mirror.service
index 1e4d771..b6a3562 100644
--- a/configs/releng/airootfs/etc/systemd/system/choose-mirror.service
+++ b/configs/releng/airootfs/etc/systemd/system/choose-mirror.service
@@ -4,7 +4,7 @@ ConditionKernelCommandLine=mirror
[Service]
Type=oneshot
-ExecStart=/etc/systemd/scripts/choose-mirror
+ExecStart=/usr/local/bin/choose-mirror
[Install]
WantedBy=multi-user.target
diff --git a/configs/releng/airootfs/etc/systemd/scripts/choose-mirror b/configs/releng/airootfs/usr/local/bin/choose-mirror
index 0ae0806..0ae0806 100755
--- a/configs/releng/airootfs/etc/systemd/scripts/choose-mirror
+++ b/configs/releng/airootfs/usr/local/bin/choose-mirror