Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
DESTDIR="<%= mysql_backup_datadir %>"
|
||||
MAXAGE="<%= mysql_backup_maxage %>"
|
||||
DESTDIR="<%= @mysql_backup_datadir %>"
|
||||
MAXAGE="<%= @mysql_backup_maxage %>"
|
||||
|
||||
DATE=`date "+%Y-%m-%d"`
|
||||
HOME="`getent passwd ${USER} | cut -d : -f 6`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue