Disable strace for the activation script
This commit is contained in:
parent
1c95d96519
commit
a463d88b76
@ -118,7 +118,8 @@ install -m 01777 -d /tmp
|
|||||||
# Run the script that performs all configuration activation that does
|
# Run the script that performs all configuration activation that does
|
||||||
# not have to be done at boot time.
|
# not have to be done at boot time.
|
||||||
echo "running activation script..."
|
echo "running activation script..."
|
||||||
strace -f $systemConfig/activate
|
#strace -f $systemConfig/activate
|
||||||
|
$systemConfig/activate
|
||||||
|
|
||||||
echo "ACTIVATE WORKED!!!"
|
echo "ACTIVATE WORKED!!!"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user