#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su - sdb -c /home/sdb/suspend_logwriter
fi
pre-freeze-script (MAXDB)
Updated
Updated
#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su - sdb -c /home/sdb/suspend_logwriter
fi
Loading...