post-thaw-script (Sybase)

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

Loading...