-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Summary
- KRunner dotfiles typically include a newline at the end by default.
However, when customizing dotfiles and saving them to the database, a newline is not automatically appended.
Let's make sure to append a newline before writing the dotfiles data retrieved from the database into the session.
Steps to Reproduce
- In the WebUI, update the
.bashrcuser environment script to the following:abc - In the WebUI, update the user environment bootstrap script to the following:
#!/bin/bash echo "def" >> /home/work/.bashrc
Expected Behavior
abc
def
Actual Behavior
- The
.bashrccontent of the newly created session is as follows:
abcdef
Logs/Errors
- None
JIRA Issue: BA-1041
Metadata
Metadata
Assignees
Labels
No labels