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 3dba901 + d05e8fc commit 519d63fCopy full SHA for 519d63f
tuning/skyhook_dir/update_settings.sh
@@ -88,7 +88,7 @@ if [ -f ${SKYHOOK_DIR}/configmaps/ulimit.conf ]; then
88
done
89
fi
90
91
-if [ $(ls ${SKYHOOK_DIR}/configmaps | grep -c service_.*.conf) -eq 0 ]; then
+if [ $(ls ${SKYHOOK_DIR}/configmaps | grep -c service_.*.conf) -gt 0 ]; then
92
# Loop through all service files and add them as drop-ins
93
for f in ${SKYHOOK_DIR}/configmaps/service_*.conf; do
94
service_name=$(basename ${f} | cut -f 2 -d _ | cut -f 1 -d .)
0 commit comments