diff options
Diffstat (limited to 'trunk/src')
-rwxr-xr-x | trunk/src/templatepkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 505708b..3891f3b 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -365,12 +365,12 @@ TEMPLATE="$TEMPLATE_BASE.template" if [ "$1" == "-u" ] || [ "$1" == "--update" ]; then setroot $3 - template_create + template_update elif [ "$1" == "-c" ] || [ "$1" == "--create" ]; then setroot $3 - template_update + template_create elif [ "$1" == "-a" ] || [ "$1" == "--add" ]; then |