Skip to content

Commit a48c2a3

Browse files
Update payload.sh
1 parent d9ad335 commit a48c2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if ! [ -d "${CONFIG_DIR}" ]; then
99
mkdir -p "${CONFIG_DIR}"
1010
fi
1111

12-
cd $CONFIG_DIR/ubuntu-on-android || exit 1
12+
cd $CONFIG_DIR || exit 1
1313

1414
if ! [ -d fs-manager-hippo ]; then
1515
git clone https://github.com/RandomCoderOrg/fs-manager-hippo

0 commit comments

Comments
 (0)