We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed7bd5f + 588bda3 commit a9f424bCopy full SHA for a9f424b
mytonctrl/scripts/upgrade.sh
@@ -83,7 +83,7 @@ export CCACHE_DISABLE=1
83
84
# Update binary
85
cd ${bindir}/${repo}
86
-ls --hide=global.config.json | xargs -d '\n' rm -rf
+ls --hide="*.config.json" | xargs -d '\n' rm -rf
87
rm -rf .ninja_*
88
memory=$(cat /proc/meminfo | grep MemAvailable | awk '{print $2}')
89
cpuNumber=$(cat /proc/cpuinfo | grep "processor" | wc -l)
0 commit comments