mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Docker Fix
This commit is contained in:
@@ -9,7 +9,7 @@ if [[ ! -d "/content" ]];then
|
||||
mkdir /content
|
||||
fi
|
||||
|
||||
for FILE in *;do
|
||||
for FILE in /content/*;do
|
||||
if [[ -d "/opt/koboldai/$FILE" ]];then
|
||||
rm -rf /opt/koboldai/$FILE
|
||||
fi
|
||||
|
Reference in New Issue
Block a user