mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
nvmesystem: fix typo
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
90f0659795
commit
4ca00a5e10
@ -77,7 +77,7 @@ elif [ "${1}" = "late" ]; then
|
||||
ONBOOTUP=""
|
||||
ONBOOTUP="${ONBOOTUP}systemctl restart systemd-udev-trigger.service\n"
|
||||
ONBOOTUP="${ONBOOTUP}echo \"DELETE FROM task WHERE task_name LIKE ''ARCONBOOTUPARC_UDEV'';\" | sqlite3 /usr/syno/etc/esynoscheduler/esynoscheduler.db\n"
|
||||
echo "insert reboottoloader task to esynoscheduler.db"
|
||||
echo "insert ARCONBOOTUPARC_UDEV task to esynoscheduler.db"
|
||||
export LD_LIBRARY_PATH=/tmpRoot/bin:/tmpRoot/lib
|
||||
/tmpRoot/bin/sqlite3 /tmpRoot/usr/syno/etc/esynoscheduler/esynoscheduler.db <<EOF
|
||||
DELETE FROM task WHERE task_name LIKE 'ARCONBOOTUPARC_UDEV';
|
||||
|
Loading…
Reference in New Issue
Block a user