We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be3653 commit 4aef8ccCopy full SHA for 4aef8cc
imageroot/update-module.d/10fix_NextFpmPort
@@ -45,7 +45,7 @@ try:
45
if ids:
46
last_id = max(ids)
47
else:
48
- last_id = 10000 # Default to 10 000 if no IDs exist few chances to get 1000 active vhosts
+ last_id = 0 # Default to 0 if no IDs exist, no vhosts
49
except:
50
last_id = 10000 # Default to 10 000 if ecxeption, few chances to get 1000 active vhosts
51
0 commit comments