mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
git-srv-admin.sh: Remove exit 1 after create_personal_project
No need to error out if there isn't any. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0b9bc94a48
commit
97d6fb67dc
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ dir=$pdir/$p
|
||||||
case $cmd in
|
case $cmd in
|
||||||
create-personal-project)
|
create-personal-project)
|
||||||
create_personal_project "$@"
|
create_personal_project "$@"
|
||||||
exit 1
|
|
||||||
;;
|
;;
|
||||||
list-personal-projects)
|
list-personal-projects)
|
||||||
list_personal_projects "$@"
|
list_personal_projects "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue