You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running rwfus without any parameters will currently attempt to install rwfus again. This is great for a first install, but it may be undesired behavior if rwfus is already installed.
TODO: If run without options:
Check if rwfus is installed in the default location, or if a config file is passed in, check there.
If installed, print the status of rwfus unit files
Else, ask if it's alright to install rwfus to the default location, and get user confirmation
sudo $0 --install --logfile "$Logfile" $@ (is this sane?)
The text was updated successfully, but these errors were encountered:
Running rwfus without any parameters will currently attempt to install rwfus again. This is great for a first install, but it may be undesired behavior if rwfus is already installed.
TODO: If run without options:
sudo $0 --install --logfile "$Logfile" $@
(is this sane?)The text was updated successfully, but these errors were encountered: