Move choose-mirror script to /usr/local/bin/
/etc/systemd/scripts/ is not a standard directory. Run shellchek on the choose-mirror script.
This commit is contained in:
parent
3cf8e738ed
commit
511ca9d95d
@ -13,3 +13,4 @@ lint:
|
||||
archiso/mkarchiso
|
||||
configs/{baseline,releng}/build.sh
|
||||
configs/releng/airootfs/root/.automated_script.sh
|
||||
configs/releng/airootfs/usr/local/bin/choose-mirror
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user