|
@@ -86,7 +86,7 @@ function set_main_repo {
|
86
|
86
|
data=$(tempfile 2>/dev/null)
|
87
|
87
|
dialog --backtitle $"Freedombone Control Panel" \
|
88
|
88
|
--title $"Main Repository" \
|
89
|
|
- --inputbox $"Set the main repository:" 8 40 "$PROJECT_REPO" 2>data
|
|
89
|
+ --inputbox $"Set the main repository:" 8 70 "$PROJECT_REPO" 2>data
|
90
|
90
|
sel=$?
|
91
|
91
|
case $sel in
|
92
|
92
|
1) return;;
|