#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su sybase -c /sybase/sybase15.7/scripts/post-thaw-script.sql
fi
Select checkboxes from the left navigation to add pages to your PDF
post-thaw-script (Sybase)
Updated
Select checkboxes from the left navigation to add pages to your PDF
Updated
#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su sybase -c /sybase/sybase15.7/scripts/post-thaw-script.sql
fi