Update colabkobold.sh

7Z ignores -aos for some reason, in the example they had it at the end of the command so why not?
This commit is contained in:
henk717 2022-01-11 14:54:51 +01:00 committed by GitHub
parent 61cea435ef
commit 2327d79fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ fi
#Extract the model with 7z
if [ ! -z ${z7+x} ]; then
7z x -o$xloc -aos $dloc/$z7
7z x -o$xloc $dloc/$z7 -aos
touch /content/extracted
fi