From 2327d79fe56ad33257ffcba8343e60a196d39f36 Mon Sep 17 00:00:00 2001 From: henk717 Date: Tue, 11 Jan 2022 14:54:51 +0100 Subject: [PATCH] Update colabkobold.sh 7Z ignores -aos for some reason, in the example they had it at the end of the command so why not? --- colabkobold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colabkobold.sh b/colabkobold.sh index 457631f7..97ec0bdd 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -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