for i in $(MODULES);do cp -pR $$i/dist/* host/ 2>/dev/null || true;done
for i in $(MODULES);do cp -pR $$i/hostfiles/* host/ 2>/dev/null || true;done
rm -f host/luci
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.