5 lines
176 B
Bash
Executable File
5 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
su otrs -lc "bin/otrs.Console.pl Maint::Config::Rebuild; sleep 15; bin/otrs.Console.pl Admin::Package::ReinstallAll"
|
|
/usr/sbin/crond
|
|
/opt/otrs/bin/Cron.sh start otrs
|