mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Correctly delete data in validate-configs.sh
This commit is contained in:
parent
221dcc41cd
commit
868275789d
@ -82,7 +82,7 @@ run_server_with_config () {
|
||||
timeout 30s tail --pid=$PID -f /dev/null
|
||||
fi
|
||||
|
||||
rm -rf test/tmp/data/*
|
||||
rm -rf test/tmp/data/
|
||||
return $FAILURE
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user