diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-01 20:39:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-01 20:39:05 (GMT) |
commit | f2f661dad3f31c477f51d0165f29d9ba19a411c3 (patch) | |
tree | 40128952f2c5e445fb7a556279f630a06eb1c7e0 /abs/core-testing/LinHES-system | |
parent | 58048a619b315549848b0676431729dc78dc499f (diff) | |
parent | c00e83b16e3dd048c2396b57531a7cec40189a39 (diff) | |
download | linhes_pkgbuild-f2f661dad3f31c477f51d0165f29d9ba19a411c3.zip linhes_pkgbuild-f2f661dad3f31c477f51d0165f29d9ba19a411c3.tar.gz linhes_pkgbuild-f2f661dad3f31c477f51d0165f29d9ba19a411c3.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r-- | abs/core-testing/LinHES-system/bin/backupcommon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-system/bin/backupcommon b/abs/core-testing/LinHES-system/bin/backupcommon index 39a62e9..3491b2a 100644 --- a/abs/core-testing/LinHES-system/bin/backupcommon +++ b/abs/core-testing/LinHES-system/bin/backupcommon @@ -5,6 +5,9 @@ exit 1 } +# You need to be root at least via sudo for the backup utilities to work. +must_be_root + #---------------------------------------------------------------------------- DATABASE="mythconverg" DATABASE_DIR="/data/srv/mysql/$DATABASE" |