#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su - db2inst2 -c /db2home/db2inst2/write_resume
fi
post-thaw-script (DB2)
Updated
Updated
#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su - db2inst2 -c /db2home/db2inst2/write_resume
fi
Was this page helpful?
Loading...