add fix for user non admin
This commit is contained in:
parent
d4113a2dd6
commit
f1ae7e11d3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ install:
|
|||
done
|
||||
|
||||
if test ! -d /etc/motds32; then mkdir -p /etc/motds32; fi
|
||||
|
||||
if test -d /etc/motds32; then touch /etc/motds32/Stats32.txt; chmod 777 /etc/motds32/Stats32.txt; fi
|
||||
for config in $(CONFIGS); do \
|
||||
if test ! -e /etc/motds32/$$config; then install -m 644 ./etc/motds32/$$config /etc/motds32; fi \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue