projects
/
matthijs
/
upstream
/
backupninja-vserver.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pgsql: Fixed shell expansion, thanks Thomas Kotzian (Closes: #363297)
[matthijs/upstream/backupninja-vserver.git]
/
handlers
/
sh
1
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
2
#
3
# shell script handler for backupninja
4
# runs the file /etc/backup.d/scriptname.sh
5
#
6
7
[ $test ] || ( . $1 )