Skip to content

Commit e965740

Browse files
committed
never mind the newline
1 parent cd7b498 commit e965740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo apt-get update -qq
1010
- sudo apt-get install -qq monetdb5-sql monetdb-client
1111
- sudo usermod -a -G monetdb $USER
12-
- sudo sh -c "echo -e 'STARTUP=yes\nDBFARM=/var/lib/monetdb\n' > /etc/default/monetdb5-sql"
12+
- sudo sh -c "echo 'STARTUP=yes\nDBFARM=/var/lib/monetdb\n' > /etc/default/monetdb5-sql"
1313
- sudo service monetdb5-sql start
1414
- sudo monetdbd set control=yes /var/lib/monetdb
1515
- sudo monetdbd set passphrase=testdb /var/lib/monetdb

0 commit comments

Comments
 (0)