debugging
This commit is contained in:
@@ -155,7 +155,7 @@ function notesinsert {
|
|||||||
PASSFILE=$2
|
PASSFILE=$2
|
||||||
|
|
||||||
# Create temporary file from $PASSFILE
|
# Create temporary file from $PASSFILE
|
||||||
sed -E 's/(.*)/User: $USER\nPass: \1/' $PASSFILE > .$PASSFILE.tmp
|
sed -E "s/(.*)/User: $USER\nPass: \1\n/" $PASSFILE > .$PASSFILE.tmp
|
||||||
|
|
||||||
# Insert this edited file into the datasheet
|
# Insert this edited file into the datasheet
|
||||||
sed -i "/$TAIL/ {
|
sed -i "/$TAIL/ {
|
||||||
|
|||||||
Reference in New Issue
Block a user