mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
amepatch: fix typo
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
c51008e33a
commit
f6d2b23e37
@ -1,4 +1,4 @@
|
||||
#!/bin/ash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (C) 2023 AuxXxilium <https://github.com/AuxXxilium>
|
||||
#
|
||||
@ -31,7 +31,7 @@ declare -a path_list_ame=(
|
||||
)
|
||||
|
||||
for cp_usr_path in "${path_list_ame[@]}"; do
|
||||
if [ -d "$i" ]; the
|
||||
if [ -d "$cp_usr_path" ]; the
|
||||
. /etc.defaults/VERSION
|
||||
|
||||
values=('669066909066906690' 'B801000000' '30')
|
||||
|
Loading…
Reference in New Issue
Block a user