Skip to content

Commit 41a38b5

Browse files
committed
Update
1 parent c368052 commit 41a38b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/src/main/assets/home/bin/installadd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ chmod -R 755 "$2/$loadid"
6565
if [ -f "$2/$loadid/install.sh" ]; then
6666
"$2/$loadid/install.sh"
6767
rm -fr "$2/$loadid/install.sh"
68+
elif [ -f "$2/$loadid/install.bash" ]; then
69+
"$2/$loadid/install.bash"
70+
rm -fr "$2/$loadid/install.bash"
6871
fi
6972

7073
echo "$flash_text_12"

0 commit comments

Comments
 (0)