Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the startwayfre script #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kernaltrap8
Copy link

The startwayfire script did not have the ability to start with dbus-run-session, so I have added this functionality. Furthermore, the script had unneeded code added to it (like assigning variables to themselves (e.g. var1=$var1) as well as fixed some of the weird if statements like:

if [ ! -z $VARIABLE ]; then

which is unneeded as [ -n VARIABLE ] does the same job.

@kernaltrap8
Copy link
Author

I didnt test initially (my fault, it is sort of late currently), and have made the script work properly. I will make another PR tomorrow afternoon with a change to the install.sh as it breaks if sudo is not present.

@soreau
Copy link
Member

soreau commented Jul 21, 2024

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants