diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 17:58:14 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 17:58:14 +0000 |
commit | 11fdeae3e9f77d855d9eb4e591aaeb890c0f4bc4 (patch) | |
tree | 1252914360f07575fcc4cd3705228886efa98db7 /trunk/src | |
parent | edf7e3cbcd6a8d339f8bb0a432d5455df6c8602b (diff) | |
download | simplepkg-11fdeae3e9f77d855d9eb4e591aaeb890c0f4bc4.tar.gz simplepkg-11fdeae3e9f77d855d9eb4e591aaeb890c0f4bc4.tar.bz2 |
added function update_template_files
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@252 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rwxr-xr-x | trunk/src/jail-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/jail-update b/trunk/src/jail-update index 4a557f3..1a6ea9b 100755 --- a/trunk/src/jail-update +++ b/trunk/src/jail-update @@ -52,6 +52,7 @@ if [ "$?" != "0" ]; then exit 1 fi +update_template_files copy_template_files $1 set_jail_perms $1 |