debugging
This commit is contained in:
@@ -155,7 +155,7 @@ function notesinsert {
|
||||
PASSFILE=$2
|
||||
|
||||
# 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
|
||||
sed -i "/$TAIL/ {
|
||||
|
||||
Reference in New Issue
Block a user