Lines 13-22
Link Here
|
13 |
echo "$OWNER" > "$LISTDIR"/"control/owner" |
13 |
echo "$OWNER" > "$LISTDIR"/"control/owner" |
14 |
|
14 |
|
15 |
-echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : " |
15 |
-echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : " |
16 |
+echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/listtexts] : " |
16 |
+echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/text.skel] : " |
17 |
read TEXTPATH |
17 |
read TEXTPATH |
18 |
+if [ -z "$TEXTPATH" ]; then |
18 |
+if [ -z "$TEXTPATH" ]; then |
19 |
+ TEXTPATH="$PREFIX/share/mlmmj/listtexts" |
19 |
+ TEXTPATH="$PREFIX/share/mlmmj/text.skel" |
20 |
+fi |
20 |
+fi |
21 |
if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then |
21 |
if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then |
22 |
echo "**NOTE** Could not copy the texts for the list" |
22 |
echo "**NOTE** Could not copy the texts for the list" |