Disable strace for the activation script

This commit is contained in:
Rodrigo Arias 2024-08-30 23:59:42 +02:00
parent 1c95d96519
commit a463d88b76

View File

@ -118,7 +118,8 @@ install -m 01777 -d /tmp
# Run the script that performs all configuration activation that does
# not have to be done at boot time.
echo "running activation script..."
strace -f $systemConfig/activate
#strace -f $systemConfig/activate
$systemConfig/activate
echo "ACTIVATE WORKED!!!"