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
How is the inifile supposed to be useful if run as root?
The inifile is placed under ~/.config. If the script is run as root, then the inifile must be placed under /root/.config. I find that unpractical. The inifile path should be passed on the command line and not be hardcoded.
The text was updated successfully, but these errors were encountered:
How is the inifile supposed to be useful if run as root?
The inifile is placed under
~/.config
. If the script is run as root, then the inifile must be placed under/root/.config
. I find that unpractical. The inifile path should be passed on the command line and not be hardcoded.The text was updated successfully, but these errors were encountered: