[bash] Changed configuration files from HOME to /etc
This commit is contained in:
parent
c8ea29f29f
commit
0e3fbfbe1b
1 changed files with 2 additions and 2 deletions
4
bashrc
4
bashrc
|
@ -2,8 +2,8 @@
|
|||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||
# for examples
|
||||
|
||||
SERVER_FLAG_FILE=$HOME/.server
|
||||
WORK_FLAG_FILE=$HOME/.work
|
||||
SERVER_FLAG_FILE=/etc/.server
|
||||
WORK_FLAG_FILE=/etc/.work
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
case $- in
|
||||
|
|
Loading…
Reference in a new issue