#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su sybase -c /sybase/sybase15.7/scripts/pre-freeze-script.sql
fi
Select checkboxes from the left navigation to add pages to your PDF
pre-freeze-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/pre-freeze-script.sql
fi