adjust: now won't run bookworm run in container

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-07-20 10:30:18 +00:00 committed by Gitee
parent dc1a0eebe3
commit 751f1400ff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,3 +1,4 @@
#!/bin/bash
### We do not want users to install ACE in ACE. Run inside this container instead
${@}
### We do not want users to install ACE in ACE.
echo "Running ACE in ACE is NOT Tested or recommended. Exit"
exit 1