#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su sybase -c /sybase/sybase15.7/scripts/post-thaw-script.sql
fi
post-thaw-script (Sybase)
Updated
Updated
#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su sybase -c /sybase/sybase15.7/scripts/post-thaw-script.sql
fi
Loading...